Html Css Color HEX #BB6BCC Medium Orchid

📋 copy color: '#BB6BCC'

red 187 ◦ green 107 ◦ blue 204

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

Shades of Medium Orchid #BB6BCC

Tints of Medium Orchid #BB6BCC

RGB

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

 GREEN value IS 107 (42.19% from 255) = 21.49%

 BLUE value IS 204 (80.08% from 255) = 40.96%

R = 37.55%
G = 21.49%
B = 40.96%

CMYK

 C value IS 0.08

 M value IS 0.48

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BB6BCC (or 0xBB6BCC) is known color: Medium Orchid. HEX triplet: BB, 6B and CC. RGB value is (187,107,204). Sum of RGB (Red+Green+Blue) = 187+107+204=498 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.55% from 498); Green value is 107 (42.19% from 255 or 21.49% from 498); Blue value is 204 (80.08% from 255 or 40.96% from 498); Max value from RGB is 204 - color contains mainly: blue. Hex color #BB6BCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB6BCC is #449433. Grayscale: #8D8D8D. Windows color (decimal): -4494388 or 13396923. OLE color: 13396923.

HSL color Cylindrical-coordinate representation of color #BB6BCC: hue angle of 289.48º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BB6BCC is Cyan = 0.08, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 187 107 204 -
CMYK 0.08 0.48 0 0.2
HSL 289.48º 0.49% 0.61% -
HSV(B) 289.48º 0.48% 0.8% -
XYZ 36.65 25.44 60.11 -
YUV 141.98 163 160.11 -
System Red Green Blue C M Y K H S L
Decimal 187 107 204 0.08 0.48 0 0.2 289.48 0.49 0.61
Hex BB 6B CC 8 30 0 14 121 31 3D
Octal 273 153 314 10 60 0 24 441 61 75
Binary 10111011 1101011 11001100 1000 110000 0 10100 100100001 110001 111101

Color Harmonies of #BB6BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6BCC

Black with #BB6BCC

Text Example


Text Example

White with #BB6BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6BCC; }

 p { color: rgb(187,107,204); }

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

background-color css

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

 a { background-color: rgb(187,107,204); }

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

border-color css

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

 span { border-color: rgb(187,107,204); }

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