#BF75E9

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

Shades of Heliotrope #BF75E9

Tints of Heliotrope #BF75E9

Color information

#BF75E9 (or 0xBF75E9) is unknown color: approx Heliotrope. HEX triplet: BF, 75 and E9. RGB value is (191,117,233). Sum of RGB (Red+Green+Blue) = 191+117+233=541 (71% of max value = 765). Red value is 191 (75% from 255 or 35.30% from 541); Green value is 117 (46.09% from 255 or 21.63% from 541); Blue value is 233 (91.41% from 255 or 43.07% from 541); Max value from RGB is 233 - color contains mainly: blue. Hex color #BF75E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF75E9 is #408A16. Grayscale: #979797. Windows color (decimal): -4229655 or 15300031. OLE color: 15300031.

HSL color Cylindrical-coordinate representation of color #BF75E9: hue angle of 278.28º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BF75E9 is Cyan = 0.18, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB191117233-
CMYK0.180.5000.09
HSL278.28º72.5%68.63%-
HSV(B)278.28º49.79%91.37%-
XYZ42.5629.6880.58-
YUV152.35173.52155.57-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.30%
GREEN value IS 117 (46.09% from 255) = 21.63%
BLUE value IS 233 (91.41% from 255) = 43.07%
R=35.30%
G=21.63%
B=43.07%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1911172330.180.5000.09278.2872.568.63
HexBF75E91232091164845
Octal2771653512262011426110105
Binary10111111111010111101001100101100100100110001011010010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF75E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF75E9; }

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

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

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

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

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

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

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

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