#BC7FF4

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

Shades of Heliotrope #BC7FF4

Tints of Heliotrope #BC7FF4

Color information

#BC7FF4 (or 0xBC7FF4) is unknown color: approx Heliotrope. HEX triplet: BC, 7F and F4. RGB value is (188,127,244). Sum of RGB (Red+Green+Blue) = 188+127+244=559 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.63% from 559); Green value is 127 (50% from 255 or 22.72% from 559); Blue value is 244 (95.70% from 255 or 43.65% from 559); Max value from RGB is 244 - color contains mainly: blue. Hex color #BC7FF4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC7FF4 is #43800B. Grayscale: #9E9E9E. Windows color (decimal): -4423692 or 16023484. OLE color: 16023484.

HSL color Cylindrical-coordinate representation of color #BC7FF4: hue angle of 271.28º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BC7FF4 is Cyan = 0.23, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB188127244-
CMYK0.230.4800.04
HSL271.28º84.17%72.75%-
HSV(B)271.28º47.95%95.69%-
XYZ44.6632.489.49-
YUV158.58176.21148.99-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.63%
GREEN value IS 127 (50% from 255) = 22.72%
BLUE value IS 244 (95.70% from 255) = 43.65%
R=33.63%
G=22.72%
B=43.65%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1881272440.230.4800.04271.2884.1772.75
HexBC7FF417300410f5449
Octal274177364276004417124111
Binary1011110011111111111010010111110000010010000111110101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7FF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7FF4; }

 p { color: rgb(188,127,244); }

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

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

 a { background-color: rgb(188,127,244); }

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

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

 span { border-color: rgb(188,127,244); }

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