#B761FC

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

Shades of Heliotrope #B761FC

Tints of Heliotrope #B761FC

Color information

#B761FC (or 0xB761FC) is unknown color: approx Heliotrope. HEX triplet: B7, 61 and FC. RGB value is (183,97,252). Sum of RGB (Red+Green+Blue) = 183+97+252=532 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.40% from 532); Green value is 97 (38.28% from 255 or 18.23% from 532); Blue value is 252 (98.83% from 255 or 47.37% from 532); Max value from RGB is 252 - color contains mainly: blue. Hex color #B761FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B761FC is #489E03. Grayscale: #8B8B8B. Windows color (decimal): -4759044 or 16540087. OLE color: 16540087.

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

Color convert

RGB18397252-
CMYK0.270.6200.01
HSL273.29º96.27%68.43%-
HSV(B)273.29º61.51%98.82%-
XYZ41.3725.6494.86-
YUV140.38190.99158.4-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 34.40%
GREEN value IS 97 (38.28% from 255) = 18.23%
BLUE value IS 252 (98.83% from 255) = 47.37%
R=34.40%
G=18.23%
B=47.37%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal183972520.270.6200.01273.2996.2768.43
HexB761FC1B3E011116044
Octal267141374337601421140104
Binary10110111110000111111100110111111100110001000111000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B761FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B761FC; }

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

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

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

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

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

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

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

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