#BF75EA

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

Shades of Heliotrope #BF75EA

Tints of Heliotrope #BF75EA

Color information

#BF75EA (or 0xBF75EA) is unknown color: approx Heliotrope. HEX triplet: BF, 75 and EA. RGB value is (191,117,234). Sum of RGB (Red+Green+Blue) = 191+117+234=542 (71% of max value = 765). Red value is 191 (75% from 255 or 35.24% from 542); Green value is 117 (46.09% from 255 or 21.59% from 542); Blue value is 234 (91.80% from 255 or 43.17% from 542); Max value from RGB is 234 - color contains mainly: blue. Hex color #BF75EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF75EA is #408A15. Grayscale: #989898. Windows color (decimal): -4229654 or 15365567. OLE color: 15365567.

HSL color Cylindrical-coordinate representation of color #BF75EA: hue angle of 277.95º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BF75EA is Cyan = 0.18, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB191117234-
CMYK0.180.500.08
HSL277.95º73.58%68.82%-
HSV(B)277.95º50%91.76%-
XYZ42.729.7481.33-
YUV152.46174.02155.49-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.24%
GREEN value IS 117 (46.09% from 255) = 21.59%
BLUE value IS 234 (91.80% from 255) = 43.17%
R=35.24%
G=21.59%
B=43.17%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1911172340.180.500.08277.9573.5868.82
HexBF75EA1232081164a45
Octal2771653522262010426112105
Binary10111111111010111101010100101100100100010001011010010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF75EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF75EA; }

 p { color: rgb(191,117,234); }

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

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

 a { background-color: rgb(191,117,234); }

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

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

 span { border-color: rgb(191,117,234); }

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