Html Css Color HEX #BB61F3 Medium Orchid

📋 copy color: '#BB61F3'

red 187 ◦ green 97 ◦ blue 243

#BB61F3
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #BB61F3

Tints of Medium Orchid #BB61F3

RGB

 RED value IS 187 (73.44% from 255) = 35.48%

 GREEN value IS 97 (38.28% from 255) = 18.41%

 BLUE value IS 243 (95.31% from 255) = 46.11%

R = 35.48%
G = 18.41%
B = 46.11%

CMYK

 C value IS 0.23

 M value IS 0.60

 Y value IS 0

 K value IS 0.05

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BB61F3 (or 0xBB61F3) is known color: Medium Orchid. HEX triplet: BB, 61 and F3. RGB value is (187,97,243). Sum of RGB (Red+Green+Blue) = 187+97+243=527 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.48% from 527); Green value is 97 (38.28% from 255 or 18.41% from 527); Blue value is 243 (95.31% from 255 or 46.11% from 527); Max value from RGB is 243 - color contains mainly: blue. Hex color #BB61F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB61F3 is #449E0C. Grayscale: #8C8C8C. Windows color (decimal): -4496909 or 15950267. OLE color: 15950267.

HSL color Cylindrical-coordinate representation of color #BB61F3: hue angle of 276.99º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BB61F3 is Cyan = 0.23, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 187 97 243 -
CMYK 0.23 0.60 0 0.05
HSL 276.99º 0.86% 0.67% -
HSV(B) 276.99º 0.6% 0.95% -
XYZ 40.95 25.59 87.57 -
YUV 140.55 185.82 161.13 -
System Red Green Blue C M Y K H S L
Decimal 187 97 243 0.23 0.60 0 0.05 276.99 0.86 0.67
Hex BB 61 F3 17 3C 0 5 115 56 43
Octal 273 141 363 27 74 0 5 425 126 103
Binary 10111011 1100001 11110011 10111 111100 0 101 100010101 1010110 1000011

Color Harmonies of #BB61F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB61F3

Black with #BB61F3

Text Example


Text Example

White with #BB61F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB61F3; }

 p { color: rgb(187,97,243); }

 H1.HeaderClassName
 {
   color: #BB61F3;
 }
 .AnyTagClassName
 {
   color: #BB61F3;
 }
</style>

background-color css

<style>
 a { background-color: #BB61F3; }

 a { background-color: rgb(187,97,243); }

 div.DivClassName
 {
   background-color: #BB61F3;
 }
 .BgClassName
 {
   background-color: #BB61F3;
 }
</style>

border-color css

<style>
 span { border-color: #BB61F3; }

 span { border-color: rgb(187,97,243); }

 td.TdClassName
 {
   border-color: #BB61F3;
 }
 .TagClassName
 {
   border-color: #BB61F3;
 }
</style>