Html Css Color HEX #BA76EE Heliotrope

📋 copy color: '#BA76EE'

red 186 ◦ green 118 ◦ blue 238

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

Shades of Heliotrope #BA76EE

Tints of Heliotrope #BA76EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 43.91%

R = 34.32%
G = 21.77%
B = 43.91%

CMYK

 C value IS 0.22

 M value IS 0.50

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BA76EE (or 0xBA76EE) is known color: Heliotrope. HEX triplet: BA, 76 and EE. RGB value is (186,118,238). Sum of RGB (Red+Green+Blue) = 186+118+238=542 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.32% from 542); Green value is 118 (46.48% from 255 or 21.77% from 542); Blue value is 238 (93.36% from 255 or 43.91% from 542); Max value from RGB is 238 - color contains mainly: blue. Hex color #BA76EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA76EE is #458911. Grayscale: #979797. Windows color (decimal): -4557074 or 15627962. OLE color: 15627962.

HSL color Cylindrical-coordinate representation of color #BA76EE: hue angle of 274º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BA76EE is Cyan = 0.22, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 186 118 238 -
CMYK 0.22 0.50 0 0.07
HSL 274º 0.78% 0.7% -
HSV(B) 274º 0.5% 0.93% -
XYZ 42.16 29.57 84.37 -
YUV 152.01 176.53 152.24 -
System Red Green Blue C M Y K H S L
Decimal 186 118 238 0.22 0.50 0 0.07 274 0.78 0.7
Hex BA 76 EE 16 32 0 7 112 4E 46
Octal 272 166 356 26 62 0 7 422 116 106
Binary 10111010 1110110 11101110 10110 110010 0 111 100010010 1001110 1000110

Color Harmonies of #BA76EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA76EE

Black with #BA76EE

Text Example


Text Example

White with #BA76EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA76EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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