#B67BFF

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

Shades of Heliotrope #B67BFF

Tints of Heliotrope #B67BFF

Color information

#B67BFF (or 0xB67BFF) is unknown color: approx Heliotrope. HEX triplet: B6, 7B and FF. RGB value is (182,123,255). Sum of RGB (Red+Green+Blue) = 182+123+255=560 (74% of max value = 765). Red value is 182 (71.48% from 255 or 32.5% from 560); Green value is 123 (48.44% from 255 or 21.96% from 560); Blue value is 255 (100% from 255 or 45.54% from 560); Max value from RGB is 255 - color contains mainly: blue. Hex color #B67BFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B67BFF is #498400. Grayscale: #9B9B9B. Windows color (decimal): -4817921 or 16743350. OLE color: 16743350.

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

Color convert

RGB182123255-
CMYK0.290.5200
HSL266.82º100%74.12%-
HSV(B)266.82º51.76%100%-
XYZ44.4231.3398.31-
YUV155.69184.05146.77-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 32.5%
GREEN value IS 123 (48.44% from 255) = 21.96%
BLUE value IS 255 (100% from 255) = 45.54%
R=32.5%
G=21.96%
B=45.54%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1821232550.290.5200266.8210074.12
HexB67BFF1D340010b644a
Octal266173377356400413144112
Binary10110110111101111111111111011101000010000101111001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67BFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67BFF; }

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

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

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

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

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

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

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

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