#B769F7

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

Shades of Heliotrope #B769F7

Tints of Heliotrope #B769F7

Color information

#B769F7 (or 0xB769F7) is unknown color: approx Heliotrope. HEX triplet: B7, 69 and F7. RGB value is (183,105,247). Sum of RGB (Red+Green+Blue) = 183+105+247=535 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.21% from 535); Green value is 105 (41.41% from 255 or 19.63% from 535); Blue value is 247 (96.88% from 255 or 46.17% from 535); Max value from RGB is 247 - color contains mainly: blue. Hex color #B769F7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B769F7 is #489608. Grayscale: #909090. Windows color (decimal): -4757001 or 16214455. OLE color: 16214455.

HSL color Cylindrical-coordinate representation of color #B769F7: hue angle of 272.96º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B769F7 is Cyan = 0.26, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB183105247-
CMYK0.260.5700.03
HSL272.96º89.87%69.02%-
HSV(B)272.96º57.49%96.86%-
XYZ41.3726.8991-
YUV144.51185.84155.45-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 34.21%
GREEN value IS 105 (41.41% from 255) = 19.63%
BLUE value IS 247 (96.88% from 255) = 46.17%
R=34.21%
G=19.63%
B=46.17%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1831052470.260.5700.03272.9689.8769.02
HexB769F71A39031115a45
Octal267151367327103421132105
Binary101101111101001111101111101011100101110001000110110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B769F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B769F7; }

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

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

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

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

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

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

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

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