#BC7EFB

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

Shades of Heliotrope #BC7EFB

Tints of Heliotrope #BC7EFB

Color information

#BC7EFB (or 0xBC7EFB) is unknown color: approx Heliotrope. HEX triplet: BC, 7E and FB. RGB value is (188,126,251). Sum of RGB (Red+Green+Blue) = 188+126+251=565 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.27% from 565); Green value is 126 (49.61% from 255 or 22.30% from 565); Blue value is 251 (98.44% from 255 or 44.42% from 565); Max value from RGB is 251 - color contains mainly: blue. Hex color #BC7EFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC7EFB is #438104. Grayscale: #9E9E9E. Windows color (decimal): -4423941 or 16481980. OLE color: 16481980.

HSL color Cylindrical-coordinate representation of color #BC7EFB: hue angle of 269.76º degrees, saturation: 0.94, 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 #BC7EFB is Cyan = 0.25, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB188126251-
CMYK0.250.5000.02
HSL269.76º93.98%73.92%-
HSV(B)269.76º49.8%98.43%-
XYZ45.6132.5895.15-
YUV158.79180.04148.84-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.27%
GREEN value IS 126 (49.61% from 255) = 22.30%
BLUE value IS 251 (98.44% from 255) = 44.42%
R=33.27%
G=22.30%
B=44.42%

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
Decimal1881262510.250.5000.02269.7693.9873.92
HexBC7EFB19320210e5e4a
Octal274176373316202416136112
Binary101111001111110111110111100111001001010000111010111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7EFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7EFB; }

 p { color: rgb(188,126,251); }

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

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

 a { background-color: rgb(188,126,251); }

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

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

 span { border-color: rgb(188,126,251); }

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