#B76CFC

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

Shades of Heliotrope #B76CFC

Tints of Heliotrope #B76CFC

Color information

#B76CFC (or 0xB76CFC) is unknown color: approx Heliotrope. HEX triplet: B7, 6C and FC. RGB value is (183,108,252). Sum of RGB (Red+Green+Blue) = 183+108+252=543 (71% of max value = 765). Red value is 183 (71.88% from 255 or 33.70% from 543); Green value is 108 (42.58% from 255 or 19.89% from 543); Blue value is 252 (98.83% from 255 or 46.41% from 543); Max value from RGB is 252 - color contains mainly: blue. Hex color #B76CFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B76CFC is #489303. Grayscale: #929292. Windows color (decimal): -4756228 or 16542903. OLE color: 16542903.

HSL color Cylindrical-coordinate representation of color #B76CFC: hue angle of 271.25º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B76CFC is Cyan = 0.27, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB183108252-
CMYK0.270.5700.01
HSL271.25º96%70.59%-
HSV(B)271.25º57.14%98.82%-
XYZ42.4627.8295.23-
YUV146.84187.35153.79-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 33.70%
GREEN value IS 108 (42.58% from 255) = 19.89%
BLUE value IS 252 (98.83% from 255) = 46.41%
R=33.70%
G=19.89%
B=46.41%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1831082520.270.5700.01271.259670.59
HexB76CFC1B390110f6047
Octal267154374337101417140107
Binary10110111110110011111100110111110010110000111111000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76CFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76CFC; }

 p { color: rgb(183,108,252); }

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

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

 a { background-color: rgb(183,108,252); }

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

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

 span { border-color: rgb(183,108,252); }

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