#b672ff

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

Shades of Heliotrope #B672FF

Tints of Heliotrope #B672FF

Color information

#B672FF (or 0xB672FF) is unknown color: approx Heliotrope. HEX triplet: B6, 72 and FF. RGB value is (182,114,255). Sum of RGB (Red+Green+Blue) = 182+114+255=551 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.03% from 551); Green value is 114 (44.92% from 255 or 20.69% from 551); Blue value is 255 (100% from 255 or 46.28% from 551); Max value from RGB is 255 - color contains mainly: blue. Hex color #B672FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B672FF is #498D00. Grayscale: #959595. Windows color (decimal): -4820225 or 16741046. OLE color: 16741046.

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

Color convert

RGB182114255-
CMYK0.290.5500
HSL268.94º100%72.35%-
HSV(B)268.94º55.29%100%-
XYZ43.3629.297.96-
YUV150.41187.03150.54-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.03%
GREEN value IS 114 (44.92% from 255) = 20.69%
BLUE value IS 255 (100% from 255) = 46.28%
R=33.03%
G=20.69%
B=46.28%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1821142550.290.5500268.9410072.35
HexB672FF1D370010d6448
Octal266162377356700415144110
Binary10110110111001011111111111011101110010000110111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b672ff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b672ff; }

 p { color: rgb(182,114,255); }

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

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

 a { background-color: rgb(182,114,255); }

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

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

 span { border-color: rgb(182,114,255); }

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