Html Css Color HEX #BB6ACB Medium Orchid

📋 copy color: '#BB6ACB'

red 187 ◦ green 106 ◦ blue 203

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

Shades of Medium Orchid #BB6ACB

Tints of Medium Orchid #BB6ACB

RGB

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

 GREEN value IS 106 (41.8% from 255) = 21.37%

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

R = 37.7%
G = 21.37%
B = 40.93%

CMYK

 C value IS 0.08

 M value IS 0.48

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BB6ACB (or 0xBB6ACB) is known color: Medium Orchid. HEX triplet: BB, 6A and CB. RGB value is (187,106,203). Sum of RGB (Red+Green+Blue) = 187+106+203=496 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.70% from 496); Green value is 106 (41.80% from 255 or 21.37% from 496); Blue value is 203 (79.69% from 255 or 40.93% from 496); Max value from RGB is 203 - color contains mainly: blue. Hex color #BB6ACB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB6ACB is #449534. Grayscale: #8C8C8C. Windows color (decimal): -4494645 or 13331131. OLE color: 13331131.

HSL color Cylindrical-coordinate representation of color #BB6ACB: hue angle of 290.1º degrees, saturation: 0.48, 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 #BB6ACB is Cyan = 0.08, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 187 106 203 -
CMYK 0.08 0.48 0 0.20
HSL 290.1º 0.48% 0.61% -
HSV(B) 290.1º 0.48% 0.8% -
XYZ 36.43 25.18 59.44 -
YUV 141.28 162.84 160.61 -
System Red Green Blue C M Y K H S L
Decimal 187 106 203 0.08 0.48 0 0.20 290.1 0.48 0.61
Hex BB 6A CB 8 30 0 14 122 30 3D
Octal 273 152 313 10 60 0 24 442 60 75
Binary 10111011 1101010 11001011 1000 110000 0 10100 100100010 110000 111101

Color Harmonies of #BB6ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6ACB

Black with #BB6ACB

Text Example


Text Example

White with #BB6ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6ACB; }

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

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

background-color css

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

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

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

border-color css

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

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

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