#B768FF

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

Shades of Heliotrope #B768FF

Tints of Heliotrope #B768FF

Color information

#B768FF (or 0xB768FF) is unknown color: approx Heliotrope. HEX triplet: B7, 68 and FF. RGB value is (183,104,255). Sum of RGB (Red+Green+Blue) = 183+104+255=542 (71% of max value = 765). Red value is 183 (71.88% from 255 or 33.76% from 542); Green value is 104 (41.02% from 255 or 19.19% from 542); Blue value is 255 (100% from 255 or 47.05% from 542); Max value from RGB is 255 - color contains mainly: blue. Hex color #B768FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B768FF is #489700. Grayscale: #909090. Windows color (decimal): -4757249 or 16738487. OLE color: 16738487.

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

Color convert

RGB183104255-
CMYK0.280.5900
HSL271.39º100%70.39%-
HSV(B)271.39º59.22%100%-
XYZ42.5327.1997.61-
YUV144.83190.17155.22-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 33.76%
GREEN value IS 104 (41.02% from 255) = 19.19%
BLUE value IS 255 (100% from 255) = 47.05%
R=33.76%
G=19.19%
B=47.05%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1831042550.280.5900271.3910070.39
HexB768FF1C3B0010f6446
Octal267150377347300417144106
Binary10110111110100011111111111001110110010000111111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B768FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B768FF; }

 p { color: rgb(183,104,255); }

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

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

 a { background-color: rgb(183,104,255); }

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

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

 span { border-color: rgb(183,104,255); }

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