Html Css Color HEX #BB51CB Medium Orchid

📋 copy color: '#BB51CB'

red 187 ◦ green 81 ◦ blue 203

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

Shades of Medium Orchid #BB51CB

Tints of Medium Orchid #BB51CB

RGB

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

 GREEN value IS 81 (32.03% from 255) = 17.2%

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

R = 39.7%
G = 17.2%
B = 43.1%

CMYK

 C value IS 0.08

 M value IS 0.60

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BB51CB (or 0xBB51CB) is known color: Medium Orchid. HEX triplet: BB, 51 and CB. RGB value is (187,81,203). Sum of RGB (Red+Green+Blue) = 187+81+203=471 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.70% from 471); Green value is 81 (32.03% from 255 or 17.20% from 471); Blue value is 203 (79.69% from 255 or 43.10% from 471); Max value from RGB is 203 - color contains mainly: blue. Hex color #BB51CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB51CB is #44AE34. Grayscale: #7E7E7E. Windows color (decimal): -4501045 or 13324731. OLE color: 13324731.

HSL color Cylindrical-coordinate representation of color #BB51CB: hue angle of 292.13º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BB51CB is Cyan = 0.08, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 187 81 203 -
CMYK 0.08 0.60 0 0.20
HSL 292.13º 0.54% 0.56% -
HSV(B) 292.13º 0.6% 0.8% -
XYZ 34.22 20.76 58.7 -
YUV 126.6 171.12 171.08 -
System Red Green Blue C M Y K H S L
Decimal 187 81 203 0.08 0.60 0 0.20 292.13 0.54 0.56
Hex BB 51 CB 8 3C 0 14 124 36 38
Octal 273 121 313 10 74 0 24 444 66 70
Binary 10111011 1010001 11001011 1000 111100 0 10100 100100100 110110 111000

Color Harmonies of #BB51CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB51CB

Black with #BB51CB

Text Example


Text Example

White with #BB51CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB51CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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