#BC72FF

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

Shades of Heliotrope #BC72FF

Tints of Heliotrope #BC72FF

Color information

#BC72FF (or 0xBC72FF) is unknown color: approx Heliotrope. HEX triplet: BC, 72 and FF. RGB value is (188,114,255). Sum of RGB (Red+Green+Blue) = 188+114+255=557 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.75% from 557); Green value is 114 (44.92% from 255 or 20.47% from 557); Blue value is 255 (100% from 255 or 45.78% from 557); Max value from RGB is 255 - color contains mainly: blue. Hex color #BC72FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC72FF is #438D00. Grayscale: #979797. Windows color (decimal): -4427009 or 16741052. OLE color: 16741052.

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

Color convert

RGB188114255-
CMYK0.260.5500
HSL271.49º100%72.35%-
HSV(B)271.49º55.29%100%-
XYZ44.8129.9598.03-
YUV152.2186.02153.54-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.75%
GREEN value IS 114 (44.92% from 255) = 20.47%
BLUE value IS 255 (100% from 255) = 45.78%
R=33.75%
G=20.47%
B=45.78%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1881142550.260.5500271.4910072.35
HexBC72FF1A370010f6448
Octal274162377326700417144110
Binary10111100111001011111111110101101110010000111111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC72FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC72FF; }

 p { color: rgb(188,114,255); }

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

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

 a { background-color: rgb(188,114,255); }

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

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

 span { border-color: rgb(188,114,255); }

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