Html Css Color HEX #BB51CC Medium Orchid

📋 copy color: '#BB51CC'

red 187 ◦ green 81 ◦ blue 204

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

Shades of Medium Orchid #BB51CC

Tints of Medium Orchid #BB51CC

RGB

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

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

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

R = 39.62%
G = 17.16%
B = 43.22%

CMYK

 C value IS 0.08

 M value IS 0.60

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BB51CC (or 0xBB51CC) is known color: Medium Orchid. HEX triplet: BB, 51 and CC. RGB value is (187,81,204). Sum of RGB (Red+Green+Blue) = 187+81+204=472 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.62% from 472); Green value is 81 (32.03% from 255 or 17.16% from 472); Blue value is 204 (80.08% from 255 or 43.22% from 472); Max value from RGB is 204 - color contains mainly: blue. Hex color #BB51CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB51CC is #44AE33. Grayscale: #7E7E7E. Windows color (decimal): -4501044 or 13390267. OLE color: 13390267.

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

Color convert

RGB 187 81 204 -
CMYK 0.08 0.60 0 0.2
HSL 291.71º 0.55% 0.56% -
HSV(B) 291.71º 0.6% 0.8% -
XYZ 34.34 20.81 59.33 -
YUV 126.72 171.62 171 -
System Red Green Blue C M Y K H S L
Decimal 187 81 204 0.08 0.60 0 0.2 291.71 0.55 0.56
Hex BB 51 CC 8 3C 0 14 124 37 38
Octal 273 121 314 10 74 0 24 444 67 70
Binary 10111011 1010001 11001100 1000 111100 0 10100 100100100 110111 111000

Color Harmonies of #BB51CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB51CC

Black with #BB51CC

Text Example


Text Example

White with #BB51CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB51CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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