#B67CFD

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

Shades of Heliotrope #B67CFD

Tints of Heliotrope #B67CFD

Color information

#B67CFD (or 0xB67CFD) is unknown color: approx Heliotrope. HEX triplet: B6, 7C and FD. RGB value is (182,124,253). Sum of RGB (Red+Green+Blue) = 182+124+253=559 (74% of max value = 765). Red value is 182 (71.48% from 255 or 32.56% from 559); Green value is 124 (48.83% from 255 or 22.18% from 559); Blue value is 253 (99.22% from 255 or 45.26% from 559); Max value from RGB is 253 - color contains mainly: blue. Hex color #B67CFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B67CFD is #498302. Grayscale: #9B9B9B. Windows color (decimal): -4817667 or 16612534. OLE color: 16612534.

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

Color convert

RGB182124253-
CMYK0.280.5100.01
HSL266.98º96.99%73.92%-
HSV(B)266.98º50.99%99.22%-
XYZ44.2331.4596.67-
YUV156.05182.72146.51-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 32.56%
GREEN value IS 124 (48.83% from 255) = 22.18%
BLUE value IS 253 (99.22% from 255) = 45.26%
R=32.56%
G=22.18%
B=45.26%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1821242530.280.5100.01266.9896.9973.92
HexB67CFD1C330110b614a
Octal266174375346301413141112
Binary10110110111110011111101111001100110110000101111000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67CFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67CFD; }

 p { color: rgb(182,124,253); }

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

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

 a { background-color: rgb(182,124,253); }

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

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

 span { border-color: rgb(182,124,253); }

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