#BD78ED

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

Shades of Heliotrope #BD78ED

Tints of Heliotrope #BD78ED

Color information

#BD78ED (or 0xBD78ED) is unknown color: approx Heliotrope. HEX triplet: BD, 78 and ED. RGB value is (189,120,237). Sum of RGB (Red+Green+Blue) = 189+120+237=546 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.62% from 546); Green value is 120 (47.27% from 255 or 21.98% from 546); Blue value is 237 (92.97% from 255 or 43.41% from 546); Max value from RGB is 237 - color contains mainly: blue. Hex color #BD78ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD78ED is #428712. Grayscale: #999999. Windows color (decimal): -4359955 or 15562941. OLE color: 15562941.

HSL color Cylindrical-coordinate representation of color #BD78ED: hue angle of 275.38º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BD78ED is Cyan = 0.20, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB189120237-
CMYK0.200.4900.07
HSL275.38º76.47%70%-
HSV(B)275.38º49.37%92.94%-
XYZ42.9930.3783.72-
YUV153.97174.86152.99-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.62%
GREEN value IS 120 (47.27% from 255) = 21.98%
BLUE value IS 237 (92.97% from 255) = 43.41%
R=34.62%
G=21.98%
B=43.41%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1891202370.200.4900.07275.3876.4770
HexBD78ED1431071134c46
Octal275170355246107423114106
Binary1011110111110001110110110100110001011110001001110011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD78ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD78ED; }

 p { color: rgb(189,120,237); }

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

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

 a { background-color: rgb(189,120,237); }

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

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

 span { border-color: rgb(189,120,237); }

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