#BB69F9

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

Shades of Heliotrope #BB69F9

Tints of Heliotrope #BB69F9

Color information

#BB69F9 (or 0xBB69F9) is unknown color: approx Heliotrope. HEX triplet: BB, 69 and F9. RGB value is (187,105,249). Sum of RGB (Red+Green+Blue) = 187+105+249=541 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.57% from 541); Green value is 105 (41.41% from 255 or 19.41% from 541); Blue value is 249 (97.66% from 255 or 46.03% from 541); Max value from RGB is 249 - color contains mainly: blue. Hex color #BB69F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB69F9 is #449606. Grayscale: #919191. Windows color (decimal): -4494855 or 16345531. OLE color: 16345531.

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

Color convert

RGB187105249-
CMYK0.250.5800.02
HSL274.17º92.31%69.41%-
HSV(B)274.17º57.83%97.65%-
XYZ42.6427.5192.68-
YUV145.93186.17157.29-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.57%
GREEN value IS 105 (41.41% from 255) = 19.41%
BLUE value IS 249 (97.66% from 255) = 46.03%
R=34.57%
G=19.41%
B=46.03%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1871052490.250.5800.02274.1792.3169.41
HexBB69F9193A021125c45
Octal273151371317202422134105
Binary101110111101001111110011100111101001010001001010111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB69F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB69F9; }

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

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

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

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

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

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

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

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