#BC71FD

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

Shades of Heliotrope #BC71FD

Tints of Heliotrope #BC71FD

Color information

#BC71FD (or 0xBC71FD) is unknown color: approx Heliotrope. HEX triplet: BC, 71 and FD. RGB value is (188,113,253). Sum of RGB (Red+Green+Blue) = 188+113+253=554 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.94% from 554); Green value is 113 (44.53% from 255 or 20.40% from 554); Blue value is 253 (99.22% from 255 or 45.67% from 554); Max value from RGB is 253 - color contains mainly: blue. Hex color #BC71FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC71FD is #438E02. Grayscale: #969696. Windows color (decimal): -4427267 or 16609724. OLE color: 16609724.

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

Color convert

RGB188113253-
CMYK0.260.5500.01
HSL272.14º97.22%71.76%-
HSV(B)272.14º55.34%99.22%-
XYZ44.3729.5996.3-
YUV151.39185.35154.12-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.94%
GREEN value IS 113 (44.53% from 255) = 20.40%
BLUE value IS 253 (99.22% from 255) = 45.67%
R=33.94%
G=20.40%
B=45.67%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1881132530.260.5500.01272.1497.2271.76
HexBC71FD1A37011106148
Octal274161375326701420141110
Binary10111100111000111111101110101101110110001000011000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC71FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC71FD; }

 p { color: rgb(188,113,253); }

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

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

 a { background-color: rgb(188,113,253); }

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

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

 span { border-color: rgb(188,113,253); }

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