#B769FD

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

Shades of Heliotrope #B769FD

Tints of Heliotrope #B769FD

Color information

#B769FD (or 0xB769FD) is unknown color: approx Heliotrope. HEX triplet: B7, 69 and FD. RGB value is (183,105,253). Sum of RGB (Red+Green+Blue) = 183+105+253=541 (71% of max value = 765). Red value is 183 (71.88% from 255 or 33.83% from 541); Green value is 105 (41.41% from 255 or 19.41% from 541); Blue value is 253 (99.22% from 255 or 46.77% from 541); Max value from RGB is 253 - color contains mainly: blue. Hex color #B769FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B769FD is #489602. Grayscale: #909090. Windows color (decimal): -4756995 or 16607671. OLE color: 16607671.

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

Color convert

RGB183105253-
CMYK0.280.5800.01
HSL271.62º97.37%70.2%-
HSV(B)271.62º58.5%99.22%-
XYZ42.3127.2695.96-
YUV145.19188.84154.97-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 33.83%
GREEN value IS 105 (41.41% from 255) = 19.41%
BLUE value IS 253 (99.22% from 255) = 46.77%
R=33.83%
G=19.41%
B=46.77%

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
Decimal1831052530.280.5800.01271.6297.3770.2
HexB769FD1C3A011106146
Octal267151375347201420141106
Binary10110111110100111111101111001110100110001000011000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B769FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B769FD; }

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

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

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

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

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

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

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

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