#BB61FD

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

Shades of Heliotrope #BB61FD

Tints of Heliotrope #BB61FD

Color information

#BB61FD (or 0xBB61FD) is unknown color: approx Heliotrope. HEX triplet: BB, 61 and FD. RGB value is (187,97,253). Sum of RGB (Red+Green+Blue) = 187+97+253=537 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.82% from 537); Green value is 97 (38.28% from 255 or 18.06% from 537); Blue value is 253 (99.22% from 255 or 47.11% from 537); Max value from RGB is 253 - color contains mainly: blue. Hex color #BB61FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB61FD is #449E02. Grayscale: #8D8D8D. Windows color (decimal): -4496899 or 16605627. OLE color: 16605627.

HSL color Cylindrical-coordinate representation of color #BB61FD: hue angle of 274.62º degrees, saturation: 0.98, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BB61FD is Cyan = 0.26, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB18797253-
CMYK0.260.6200.01
HSL274.62º97.5%68.63%-
HSV(B)274.62º61.66%99.22%-
XYZ42.526.2195.75-
YUV141.69190.82160.32-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.82%
GREEN value IS 97 (38.28% from 255) = 18.06%
BLUE value IS 253 (99.22% from 255) = 47.11%
R=34.82%
G=18.06%
B=47.11%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal187972530.260.6200.01274.6297.568.63
HexBB61FD1A3E011136245
Octal273141375327601423142105
Binary10111011110000111111101110101111100110001001111000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB61FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB61FD; }

 p { color: rgb(187,97,253); }

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

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

 a { background-color: rgb(187,97,253); }

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

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

 span { border-color: rgb(187,97,253); }

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