Html Css Color HEX #BB76CA Medium Orchid

📋 copy color: '#BB76CA'

red 187 ◦ green 118 ◦ blue 202

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

Shades of Medium Orchid #BB76CA

Tints of Medium Orchid #BB76CA

RGB

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

 GREEN value IS 118 (46.48% from 255) = 23.27%

 BLUE value IS 202 (79.3% from 255) = 39.84%

R = 36.88%
G = 23.27%
B = 39.84%

CMYK

 C value IS 0.07

 M value IS 0.42

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BB76CA (or 0xBB76CA) is known color: Medium Orchid. HEX triplet: BB, 76 and CA. RGB value is (187,118,202). Sum of RGB (Red+Green+Blue) = 187+118+202=507 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.88% from 507); Green value is 118 (46.48% from 255 or 23.27% from 507); Blue value is 202 (79.30% from 255 or 39.84% from 507); Max value from RGB is 202 - color contains mainly: blue. Hex color #BB76CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB76CA is #448935. Grayscale: #939393. Windows color (decimal): -4491574 or 13268667. OLE color: 13268667.

HSL color Cylindrical-coordinate representation of color #BB76CA: hue angle of 289.29º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BB76CA is Cyan = 0.07, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 187 118 202 -
CMYK 0.07 0.42 0 0.21
HSL 289.29º 0.44% 0.63% -
HSV(B) 289.29º 0.42% 0.79% -
XYZ 37.63 27.79 59.26 -
YUV 148.21 158.36 155.67 -
System Red Green Blue C M Y K H S L
Decimal 187 118 202 0.07 0.42 0 0.21 289.29 0.44 0.63
Hex BB 76 CA 7 2A 0 15 121 2C 3F
Octal 273 166 312 7 52 0 25 441 54 77
Binary 10111011 1110110 11001010 111 101010 0 10101 100100001 101100 111111

Color Harmonies of #BB76CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB76CA

Black with #BB76CA

Text Example


Text Example

White with #BB76CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB76CA; }

 p { color: rgb(187,118,202); }

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

background-color css

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

 a { background-color: rgb(187,118,202); }

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

border-color css

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

 span { border-color: rgb(187,118,202); }

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