#B764FD

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

Shades of Heliotrope #B764FD

Tints of Heliotrope #B764FD

Color information

#B764FD (or 0xB764FD) is unknown color: approx Heliotrope. HEX triplet: B7, 64 and FD. RGB value is (183,100,253). Sum of RGB (Red+Green+Blue) = 183+100+253=536 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.14% from 536); Green value is 100 (39.45% from 255 or 18.66% from 536); Blue value is 253 (99.22% from 255 or 47.20% from 536); Max value from RGB is 253 - color contains mainly: blue. Hex color #B764FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B764FD is #489B02. Grayscale: #8D8D8D. Windows color (decimal): -4758275 or 16606391. OLE color: 16606391.

HSL color Cylindrical-coordinate representation of color #B764FD: hue angle of 272.55º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B764FD is Cyan = 0.28, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB183100253-
CMYK0.280.6000.01
HSL272.55º97.45%69.22%-
HSV(B)272.55º60.47%99.22%-
XYZ41.8226.2795.8-
YUV142.26190.5157.06-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 34.14%
GREEN value IS 100 (39.45% from 255) = 18.66%
BLUE value IS 253 (99.22% from 255) = 47.20%
R=34.14%
G=18.66%
B=47.20%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1831002530.280.6000.01272.5597.4569.22
HexB764FD1C3C011116145
Octal267144375347401421141105
Binary10110111110010011111101111001111000110001000111000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B764FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B764FD; }

 p { color: rgb(183,100,253); }

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

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

 a { background-color: rgb(183,100,253); }

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

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

 span { border-color: rgb(183,100,253); }

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