#B462FF

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

Shades of Heliotrope #B462FF

Tints of Heliotrope #B462FF

Color information

#B462FF (or 0xB462FF) is unknown color: approx Heliotrope. HEX triplet: B4, 62 and FF. RGB value is (180,98,255). Sum of RGB (Red+Green+Blue) = 180+98+255=533 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.77% from 533); Green value is 98 (38.67% from 255 or 18.39% from 533); Blue value is 255 (100% from 255 or 47.84% from 533); Max value from RGB is 255 - color contains mainly: blue. Hex color #B462FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B462FF is #4B9D00. Grayscale: #8B8B8B. Windows color (decimal): -4955393 or 16736948. OLE color: 16736948.

HSL color Cylindrical-coordinate representation of color #B462FF: hue angle of 271.34º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B462FF is Cyan = 0.29, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB18098255-
CMYK0.290.6200
HSL271.34º100%69.22%-
HSV(B)271.34º61.57%100%-
XYZ41.2425.6697.39-
YUV140.42192.67156.23-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.77%
GREEN value IS 98 (38.67% from 255) = 18.39%
BLUE value IS 255 (100% from 255) = 47.84%
R=33.77%
G=18.39%
B=47.84%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal180982550.290.6200271.3410069.22
HexB462FF1D3E0010f6445
Octal264142377357600417144105
Binary10110100110001011111111111011111100010000111111001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B462FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B462FF; }

 p { color: rgb(180,98,255); }

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

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

 a { background-color: rgb(180,98,255); }

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

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

 span { border-color: rgb(180,98,255); }

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