#B67CFB

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

Shades of Heliotrope #B67CFB

Tints of Heliotrope #B67CFB

Color information

#B67CFB (or 0xB67CFB) is unknown color: approx Heliotrope. HEX triplet: B6, 7C and FB. RGB value is (182,124,251). Sum of RGB (Red+Green+Blue) = 182+124+251=557 (73% of max value = 765). Red value is 182 (71.48% from 255 or 32.68% from 557); Green value is 124 (48.83% from 255 or 22.26% from 557); Blue value is 251 (98.44% from 255 or 45.06% from 557); Max value from RGB is 251 - color contains mainly: blue. Hex color #B67CFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B67CFB is #498304. Grayscale: #9B9B9B. Windows color (decimal): -4817669 or 16481462. OLE color: 16481462.

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

Color convert

RGB182124251-
CMYK0.270.5100.02
HSL267.4º94.07%73.53%-
HSV(B)267.4º50.6%98.43%-
XYZ43.9131.3395-
YUV155.82181.72146.67-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 32.68%
GREEN value IS 124 (48.83% from 255) = 22.26%
BLUE value IS 251 (98.44% from 255) = 45.06%
R=32.68%
G=22.26%
B=45.06%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1821242510.270.5100.02267.494.0773.53
HexB67CFB1B330210b5e4a
Octal266174373336302413136112
Binary101101101111100111110111101111001101010000101110111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67CFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67CFB; }

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

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

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

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

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

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

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

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