#B769F9

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

Shades of Heliotrope #B769F9

Tints of Heliotrope #B769F9

Color information

#B769F9 (or 0xB769F9) is unknown color: approx Heliotrope. HEX triplet: B7, 69 and F9. RGB value is (183,105,249). Sum of RGB (Red+Green+Blue) = 183+105+249=537 (71% of max value = 765). Red value is 183 (71.88% from 255 or 34.08% from 537); Green value is 105 (41.41% from 255 or 19.55% from 537); Blue value is 249 (97.66% from 255 or 46.37% from 537); Max value from RGB is 249 - color contains mainly: blue. Hex color #B769F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B769F9 is #489606. Grayscale: #909090. Windows color (decimal): -4756999 or 16345527. OLE color: 16345527.

HSL color Cylindrical-coordinate representation of color #B769F9: hue angle of 272.5º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B769F9 is Cyan = 0.27, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB183105249-
CMYK0.270.5800.02
HSL272.5º92.31%69.41%-
HSV(B)272.5º57.83%97.65%-
XYZ41.6827.0192.64-
YUV144.74186.84155.29-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 34.08%
GREEN value IS 105 (41.41% from 255) = 19.55%
BLUE value IS 249 (97.66% from 255) = 46.37%
R=34.08%
G=19.55%
B=46.37%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1831052490.270.5800.02272.592.3169.41
HexB769F91B3A021105c45
Octal267151371337202420134105
Binary101101111101001111110011101111101001010001000010111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B769F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B769F9; }

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

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

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

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

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

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

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

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