Html Css Color HEX #BA76EF Heliotrope

📋 copy color: '#BA76EF'

red 186 ◦ green 118 ◦ blue 239

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

Shades of Heliotrope #BA76EF

Tints of Heliotrope #BA76EF

RGB

 RED value IS 186 (73.05% from 255) = 34.25%

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

 BLUE value IS 239 (93.75% from 255) = 44.01%

R = 34.25%
G = 21.73%
B = 44.01%

CMYK

 C value IS 0.22

 M value IS 0.51

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BA76EF (or 0xBA76EF) is known color: Heliotrope. HEX triplet: BA, 76 and EF. RGB value is (186,118,239). Sum of RGB (Red+Green+Blue) = 186+118+239=543 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.25% from 543); Green value is 118 (46.48% from 255 or 21.73% from 543); Blue value is 239 (93.75% from 255 or 44.01% from 543); Max value from RGB is 239 - color contains mainly: blue. Hex color #BA76EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA76EF is #458910. Grayscale: #979797. Windows color (decimal): -4557073 or 15693498. OLE color: 15693498.

HSL color Cylindrical-coordinate representation of color #BA76EF: hue angle of 273.72º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BA76EF is Cyan = 0.22, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 186 118 239 -
CMYK 0.22 0.51 0 0.06
HSL 273.72º 0.79% 0.7% -
HSV(B) 273.72º 0.51% 0.94% -
XYZ 42.31 29.63 85.15 -
YUV 152.13 177.03 152.16 -
System Red Green Blue C M Y K H S L
Decimal 186 118 239 0.22 0.51 0 0.06 273.72 0.79 0.7
Hex BA 76 EF 16 33 0 6 112 4F 46
Octal 272 166 357 26 63 0 6 422 117 106
Binary 10111010 1110110 11101111 10110 110011 0 110 100010010 1001111 1000110

Color Harmonies of #BA76EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA76EF

Black with #BA76EF

Text Example


Text Example

White with #BA76EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA76EF; }

 p { color: rgb(186,118,239); }

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

background-color css

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

 a { background-color: rgb(186,118,239); }

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

border-color css

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

 span { border-color: rgb(186,118,239); }

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