Html Css Color HEX #BB61CB Medium Orchid

📋 copy color: '#BB61CB'

red 187 ◦ green 97 ◦ blue 203

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

Shades of Medium Orchid #BB61CB

Tints of Medium Orchid #BB61CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 41.68%

R = 38.4%
G = 19.92%
B = 41.68%

CMYK

 C value IS 0.08

 M value IS 0.52

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BB61CB (or 0xBB61CB) is known color: Medium Orchid. HEX triplet: BB, 61 and CB. RGB value is (187,97,203). Sum of RGB (Red+Green+Blue) = 187+97+203=487 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.40% from 487); Green value is 97 (38.28% from 255 or 19.92% from 487); Blue value is 203 (79.69% from 255 or 41.68% from 487); Max value from RGB is 203 - color contains mainly: blue. Hex color #BB61CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB61CB is #449E34. Grayscale: #878787. Windows color (decimal): -4496949 or 13328827. OLE color: 13328827.

HSL color Cylindrical-coordinate representation of color #BB61CB: hue angle of 290.94º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BB61CB is Cyan = 0.08, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 187 97 203 -
CMYK 0.08 0.52 0 0.20
HSL 290.94º 0.5% 0.59% -
HSV(B) 290.94º 0.52% 0.8% -
XYZ 35.55 23.43 59.15 -
YUV 135.99 165.82 164.38 -
System Red Green Blue C M Y K H S L
Decimal 187 97 203 0.08 0.52 0 0.20 290.94 0.5 0.59
Hex BB 61 CB 8 34 0 14 123 32 3B
Octal 273 141 313 10 64 0 24 443 62 73
Binary 10111011 1100001 11001011 1000 110100 0 10100 100100011 110010 111011

Color Harmonies of #BB61CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB61CB

Black with #BB61CB

Text Example


Text Example

White with #BB61CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB61CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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