#BB78E0

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

Shades of Medium Orchid #BB78E0

Tints of Medium Orchid #BB78E0

Color information

#BB78E0 (or 0xBB78E0) is unknown color: approx Medium Orchid. HEX triplet: BB, 78 and E0. RGB value is (187,120,224). Sum of RGB (Red+Green+Blue) = 187+120+224=531 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.22% from 531); Green value is 120 (47.27% from 255 or 22.60% from 531); Blue value is 224 (87.89% from 255 or 42.18% from 531); Max value from RGB is 224 - color contains mainly: blue. Hex color #BB78E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB78E0 is #44871F. Grayscale: #979797. Windows color (decimal): -4491040 or 14710971. OLE color: 14710971.

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

Color convert

RGB187120224-
CMYK0.170.4600.12
HSL278.65º62.65%67.45%-
HSV(B)278.65º46.43%87.84%-
XYZ40.6629.3874.05-
YUV151.89168.7153.04-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.22%
GREEN value IS 120 (47.27% from 255) = 22.60%
BLUE value IS 224 (87.89% from 255) = 42.18%
R=35.22%
G=22.60%
B=42.18%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1871202240.170.4600.12278.6562.6567.45
HexBB78E0112E0C1173f43
Octal273170340215601442777103
Binary1011101111110001110000010001101110011001000101111111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB78E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB78E0; }

 p { color: rgb(187,120,224); }

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

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

 a { background-color: rgb(187,120,224); }

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

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

 span { border-color: rgb(187,120,224); }

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