Html Css Color HEX #BC79EC Heliotrope

📋 copy color: '#BC79EC'

red 188 ◦ green 121 ◦ blue 236

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

Shades of Heliotrope #BC79EC

Tints of Heliotrope #BC79EC

RGB

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

 GREEN value IS 121 (47.66% from 255) = 22.2%

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

R = 34.5%
G = 22.2%
B = 43.3%

CMYK

 C value IS 0.20

 M value IS 0.49

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BC79EC (or 0xBC79EC) is known color: Heliotrope. HEX triplet: BC, 79 and EC. RGB value is (188,121,236). Sum of RGB (Red+Green+Blue) = 188+121+236=545 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.50% from 545); Green value is 121 (47.66% from 255 or 22.20% from 545); Blue value is 236 (92.58% from 255 or 43.30% from 545); Max value from RGB is 236 - color contains mainly: blue. Hex color #BC79EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC79EC is #438613. Grayscale: #999999. Windows color (decimal): -4425236 or 15497660. OLE color: 15497660.

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

Color convert

RGB 188 121 236 -
CMYK 0.20 0.49 0 0.07
HSL 274.96º 0.75% 0.7% -
HSV(B) 274.96º 0.49% 0.93% -
XYZ 42.72 30.42 82.98 -
YUV 154.14 174.2 152.15 -
System Red Green Blue C M Y K H S L
Decimal 188 121 236 0.20 0.49 0 0.07 274.96 0.75 0.7
Hex BC 79 EC 14 31 0 7 113 4B 46
Octal 274 171 354 24 61 0 7 423 113 106
Binary 10111100 1111001 11101100 10100 110001 0 111 100010011 1001011 1000110

Color Harmonies of #BC79EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC79EC

Black with #BC79EC

Text Example


Text Example

White with #BC79EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC79EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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