#BB78E3

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

Shades of Medium Orchid #BB78E3

Tints of Medium Orchid #BB78E3

Color information

#BB78E3 (or 0xBB78E3) is unknown color: approx Medium Orchid. HEX triplet: BB, 78 and E3. RGB value is (187,120,227). Sum of RGB (Red+Green+Blue) = 187+120+227=534 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.02% from 534); Green value is 120 (47.27% from 255 or 22.47% from 534); Blue value is 227 (89.06% from 255 or 42.51% from 534); Max value from RGB is 227 - color contains mainly: blue. Hex color #BB78E3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB78E3 is #44871C. Grayscale: #979797. Windows color (decimal): -4491037 or 14907579. OLE color: 14907579.

HSL color Cylindrical-coordinate representation of color #BB78E3: hue angle of 277.57º degrees, saturation: 0.66, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BB78E3 is Cyan = 0.18, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB187120227-
CMYK0.180.4700.11
HSL277.57º65.64%68.04%-
HSV(B)277.57º47.14%89.02%-
XYZ41.0829.5476.21-
YUV152.23170.2152.8-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.02%
GREEN value IS 120 (47.27% from 255) = 22.47%
BLUE value IS 227 (89.06% from 255) = 42.51%
R=35.02%
G=22.47%
B=42.51%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1871202270.180.4700.11277.5765.6468.04
HexBB78E3122F0B1164244
Octal2731703432257013426102104
Binary10111011111100011100011100101011110101110001011010000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB78E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB78E3; }

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

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

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

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

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

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

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

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