#BB7DFA

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

Shades of Heliotrope #BB7DFA

Tints of Heliotrope #BB7DFA

Color information

#BB7DFA (or 0xBB7DFA) is unknown color: approx Heliotrope. HEX triplet: BB, 7D and FA. RGB value is (187,125,250). Sum of RGB (Red+Green+Blue) = 187+125+250=562 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.27% from 562); Green value is 125 (49.22% from 255 or 22.24% from 562); Blue value is 250 (98.05% from 255 or 44.48% from 562); Max value from RGB is 250 - color contains mainly: blue. Hex color #BB7DFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB7DFA is #448205. Grayscale: #9D9D9D. Windows color (decimal): -4489734 or 16416187. OLE color: 16416187.

HSL color Cylindrical-coordinate representation of color #BB7DFA: hue angle of 269.76º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BB7DFA is Cyan = 0.25, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB187125250-
CMYK0.250.5000.02
HSL269.76º92.59%73.53%-
HSV(B)269.76º50%98.04%-
XYZ45.0832.1394.27-
YUV157.79180.04148.84-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.27%
GREEN value IS 125 (49.22% from 255) = 22.24%
BLUE value IS 250 (98.05% from 255) = 44.48%
R=33.27%
G=22.24%
B=44.48%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1871252500.250.5000.02269.7692.5973.53
HexBB7DFA19320210e5d4a
Octal273175372316202416135112
Binary101110111111101111110101100111001001010000111010111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7DFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7DFA; }

 p { color: rgb(187,125,250); }

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

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

 a { background-color: rgb(187,125,250); }

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

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

 span { border-color: rgb(187,125,250); }

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