#B67DFE

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

Shades of Heliotrope #B67DFE

Tints of Heliotrope #B67DFE

Color information

#B67DFE (or 0xB67DFE) is unknown color: approx Heliotrope. HEX triplet: B6, 7D and FE. RGB value is (182,125,254). Sum of RGB (Red+Green+Blue) = 182+125+254=561 (74% of max value = 765). Red value is 182 (71.48% from 255 or 32.44% from 561); Green value is 125 (49.22% from 255 or 22.28% from 561); Blue value is 254 (99.61% from 255 or 45.28% from 561); Max value from RGB is 254 - color contains mainly: blue. Hex color #B67DFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B67DFE is #498201. Grayscale: #9C9C9C. Windows color (decimal): -4817410 or 16678326. OLE color: 16678326.

HSL color Cylindrical-coordinate representation of color #B67DFE: hue angle of 266.51º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B67DFE is Cyan = 0.28, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB182125254-
CMYK0.280.5100.00
HSL266.51º98.47%74.31%-
HSV(B)266.51º50.79%99.61%-
XYZ44.5131.7797.55-
YUV156.75182.88146.01-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 32.44%
GREEN value IS 125 (49.22% from 255) = 22.28%
BLUE value IS 254 (99.61% from 255) = 45.28%
R=32.44%
G=22.28%
B=45.28%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1821252540.280.5100.00266.5198.4774.31
HexB67DFE1C330010b624a
Octal266175376346300413142112
Binary10110110111110111111110111001100110010000101111000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67DFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67DFE; }

 p { color: rgb(182,125,254); }

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

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

 a { background-color: rgb(182,125,254); }

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

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

 span { border-color: rgb(182,125,254); }

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