#B760FD

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

Shades of Heliotrope #B760FD

Tints of Heliotrope #B760FD

Color information

#B760FD (or 0xB760FD) is unknown color: approx Heliotrope. HEX triplet: B7, 60 and FD. RGB value is (183,96,253). Sum of RGB (Red+Green+Blue) = 183+96+253=532 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.40% from 532); Green value is 96 (37.89% from 255 or 18.05% from 532); Blue value is 253 (99.22% from 255 or 47.56% from 532); Max value from RGB is 253 - color contains mainly: blue. Hex color #B760FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B760FD is #489F02. Grayscale: #8B8B8B. Windows color (decimal): -4759299 or 16605367. OLE color: 16605367.

HSL color Cylindrical-coordinate representation of color #B760FD: hue angle of 273.25º degrees, saturation: 0.98, 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 #B760FD is Cyan = 0.28, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB18396253-
CMYK0.280.6200.01
HSL273.25º97.52%68.43%-
HSV(B)273.25º62.06%99.22%-
XYZ41.4425.5295.67-
YUV139.91191.82158.73-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 34.40%
GREEN value IS 96 (37.89% from 255) = 18.05%
BLUE value IS 253 (99.22% from 255) = 47.56%
R=34.40%
G=18.05%
B=47.56%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal183962530.280.6200.01273.2597.5268.43
HexB760FD1C3E011116244
Octal267140375347601421142104
Binary10110111110000011111101111001111100110001000111000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B760FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B760FD; }

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

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

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

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

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

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

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

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