Html Css Color HEX #BB6CCB Medium Orchid

📋 copy color: '#BB6CCB'

red 187 ◦ green 108 ◦ blue 203

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

Shades of Medium Orchid #BB6CCB

Tints of Medium Orchid #BB6CCB

RGB

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

 GREEN value IS 108 (42.58% from 255) = 21.69%

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

R = 37.55%
G = 21.69%
B = 40.76%

CMYK

 C value IS 0.08

 M value IS 0.47

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BB6CCB (or 0xBB6CCB) is known color: Medium Orchid. HEX triplet: BB, 6C and CB. RGB value is (187,108,203). Sum of RGB (Red+Green+Blue) = 187+108+203=498 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.55% from 498); Green value is 108 (42.58% from 255 or 21.69% from 498); Blue value is 203 (79.69% from 255 or 40.76% from 498); Max value from RGB is 203 - color contains mainly: blue. Hex color #BB6CCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB6CCB is #449334. Grayscale: #8E8E8E. Windows color (decimal): -4494133 or 13331643. OLE color: 13331643.

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

Color convert

RGB 187 108 203 -
CMYK 0.08 0.47 0 0.20
HSL 289.89º 0.48% 0.61% -
HSV(B) 289.89º 0.47% 0.8% -
XYZ 36.64 25.6 59.51 -
YUV 142.45 162.17 159.78 -
System Red Green Blue C M Y K H S L
Decimal 187 108 203 0.08 0.47 0 0.20 289.89 0.48 0.61
Hex BB 6C CB 8 2F 0 14 122 30 3D
Octal 273 154 313 10 57 0 24 442 60 75
Binary 10111011 1101100 11001011 1000 101111 0 10100 100100010 110000 111101

Color Harmonies of #BB6CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6CCB

Black with #BB6CCB

Text Example


Text Example

White with #BB6CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6CCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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