#B670FF

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

Shades of Heliotrope #B670FF

Tints of Heliotrope #B670FF

Color information

#B670FF (or 0xB670FF) is unknown color: approx Heliotrope. HEX triplet: B6, 70 and FF. RGB value is (182,112,255). Sum of RGB (Red+Green+Blue) = 182+112+255=549 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.15% from 549); Green value is 112 (44.14% from 255 or 20.40% from 549); Blue value is 255 (100% from 255 or 46.45% from 549); Max value from RGB is 255 - color contains mainly: blue. Hex color #B670FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B670FF is #498F00. Grayscale: #949494. Windows color (decimal): -4820737 or 16740534. OLE color: 16740534.

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

Color convert

RGB182112255-
CMYK0.290.5600
HSL269.37º100%71.96%-
HSV(B)269.37º56.08%100%-
XYZ43.1428.7597.88-
YUV149.23187.69151.37-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.15%
GREEN value IS 112 (44.14% from 255) = 20.40%
BLUE value IS 255 (100% from 255) = 46.45%
R=33.15%
G=20.40%
B=46.45%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1821122550.290.5600269.3710071.96
HexB670FF1D380010d6448
Octal266160377357000415144110
Binary10110110111000011111111111011110000010000110111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B670FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B670FF; }

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

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

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

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

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

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

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

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