Html Css Color HEX #BC76EC Heliotrope

📋 copy color: '#BC76EC'

red 188 ◦ green 118 ◦ blue 236

#BC76EC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Heliotrope #BC76EC

Tints of Heliotrope #BC76EC

RGB

 RED value IS 188 (73.83% from 255) = 34.69%

 GREEN value IS 118 (46.48% from 255) = 21.77%

 BLUE value IS 236 (92.58% from 255) = 43.54%

R = 34.69%
G = 21.77%
B = 43.54%

CMYK

 C value IS 0.20

 M value IS 0.5

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BC76EC (or 0xBC76EC) is known color: Heliotrope. HEX triplet: BC, 76 and EC. RGB value is (188,118,236). Sum of RGB (Red+Green+Blue) = 188+118+236=542 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.69% from 542); Green value is 118 (46.48% from 255 or 21.77% from 542); Blue value is 236 (92.58% from 255 or 43.54% from 542); Max value from RGB is 236 - color contains mainly: blue. Hex color #BC76EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC76EC is #438913. Grayscale: #979797. Windows color (decimal): -4426004 or 15496892. OLE color: 15496892.

HSL color Cylindrical-coordinate representation of color #BC76EC: hue angle of 275.59º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BC76EC is Cyan = 0.20, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 188 118 236 -
CMYK 0.20 0.5 0 0.07
HSL 275.59º 0.76% 0.69% -
HSV(B) 275.59º 0.5% 0.93% -
XYZ 42.36 29.7 82.86 -
YUV 152.38 175.19 153.41 -
System Red Green Blue C M Y K H S L
Decimal 188 118 236 0.20 0.5 0 0.07 275.59 0.76 0.69
Hex BC 76 EC 14 32 0 7 114 4C 45
Octal 274 166 354 24 62 0 7 424 114 105
Binary 10111100 1110110 11101100 10100 110010 0 111 100010100 1001100 1000101

Color Harmonies of #BC76EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC76EC

Black with #BC76EC

Text Example


Text Example

White with #BC76EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC76EC; }

 p { color: rgb(188,118,236); }

 H1.HeaderClassName
 {
   color: #BC76EC;
 }
 .AnyTagClassName
 {
   color: #BC76EC;
 }
</style>

background-color css

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

 a { background-color: rgb(188,118,236); }

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

border-color css

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

 span { border-color: rgb(188,118,236); }

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