#BB76E1

Color #BB76E1 Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #BB76E1

Tints of Medium Orchid #BB76E1

Color information

#BB76E1 (or 0xBB76E1) is unknown color: approx Medium Orchid. HEX triplet: BB, 76 and E1. RGB value is (187,118,225). Sum of RGB (Red+Green+Blue) = 187+118+225=530 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.28% from 530); Green value is 118 (46.48% from 255 or 22.26% from 530); Blue value is 225 (88.28% from 255 or 42.45% from 530); Max value from RGB is 225 - color contains mainly: blue. Hex color #BB76E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB76E1 is #44891E. Grayscale: #969696. Windows color (decimal): -4491551 or 14775995. OLE color: 14775995.

HSL color Cylindrical-coordinate representation of color #BB76E1: hue angle of 278.69º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BB76E1 is Cyan = 0.17, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB187118225-
CMYK0.170.4800.12
HSL278.69º64.07%67.25%-
HSV(B)278.69º47.56%88.24%-
XYZ40.5628.9674.69-
YUV150.83169.86153.8-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.28%
GREEN value IS 118 (46.48% from 255) = 22.26%
BLUE value IS 225 (88.28% from 255) = 42.45%
R=35.28%
G=22.26%
B=42.45%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1871182250.170.4800.12278.6964.0767.25
HexBB76E111300C1174043
Octal2731663412160014427100103
Binary10111011111011011100001100011100000110010001011110000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB76E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB76E1; }

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

 H1.HeaderClassName
 {
   color: #BB76E1;
 }
 .AnyTagClassName
 {
   color: #BB76E1;
 }
</style>
background-color css

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

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

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

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

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

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