#B76AFD

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

Shades of Heliotrope #B76AFD

Tints of Heliotrope #B76AFD

Color information

#B76AFD (or 0xB76AFD) is unknown color: approx Heliotrope. HEX triplet: B7, 6A and FD. RGB value is (183,106,253). Sum of RGB (Red+Green+Blue) = 183+106+253=542 (71% of max value = 765). Red value is 183 (71.88% from 255 or 33.76% from 542); Green value is 106 (41.80% from 255 or 19.56% from 542); Blue value is 253 (99.22% from 255 or 46.68% from 542); Max value from RGB is 253 - color contains mainly: blue. Hex color #B76AFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B76AFD is #489502. Grayscale: #919191. Windows color (decimal): -4756739 or 16607927. OLE color: 16607927.

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

Color convert

RGB183106253-
CMYK0.280.5800.01
HSL271.43º97.35%70.39%-
HSV(B)271.43º58.1%99.22%-
XYZ42.4127.4795.99-
YUV145.78188.51154.55-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 33.76%
GREEN value IS 106 (41.80% from 255) = 19.56%
BLUE value IS 253 (99.22% from 255) = 46.68%
R=33.76%
G=19.56%
B=46.68%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1831062530.280.5800.01271.4397.3570.39
HexB76AFD1C3A0110f6146
Octal267152375347201417141106
Binary10110111110101011111101111001110100110000111111000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76AFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76AFD; }

 p { color: rgb(183,106,253); }

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

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

 a { background-color: rgb(183,106,253); }

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

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

 span { border-color: rgb(183,106,253); }

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