#B762FD

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

Shades of Heliotrope #B762FD

Tints of Heliotrope #B762FD

Color information

#B762FD (or 0xB762FD) is unknown color: approx Heliotrope. HEX triplet: B7, 62 and FD. RGB value is (183,98,253). Sum of RGB (Red+Green+Blue) = 183+98+253=534 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.27% from 534); Green value is 98 (38.67% from 255 or 18.35% from 534); Blue value is 253 (99.22% from 255 or 47.38% from 534); Max value from RGB is 253 - color contains mainly: blue. Hex color #B762FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B762FD is #489D02. Grayscale: #8C8C8C. Windows color (decimal): -4758787 or 16605879. OLE color: 16605879.

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

Color convert

RGB18398253-
CMYK0.280.6100.01
HSL272.9º97.48%68.82%-
HSV(B)272.9º61.26%99.22%-
XYZ41.6325.8995.73-
YUV141.08191.16157.9-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 34.27%
GREEN value IS 98 (38.67% from 255) = 18.35%
BLUE value IS 253 (99.22% from 255) = 47.38%
R=34.27%
G=18.35%
B=47.38%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal183982530.280.6100.01272.997.4868.82
HexB762FD1C3D011116145
Octal267142375347501421141105
Binary10110111110001011111101111001111010110001000111000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B762FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B762FD; }

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

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

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

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

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

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

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

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