Html Css Color HEX #BA76FF Heliotrope

📋 copy color: '#BA76FF'

red 186 ◦ green 118 ◦ blue 255

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

Shades of Heliotrope #BA76FF

Tints of Heliotrope #BA76FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 45.62%

R = 33.27%
G = 21.11%
B = 45.62%

CMYK

 C value IS 0.27

 M value IS 0.54

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BA76FF (or 0xBA76FF) is known color: Heliotrope. HEX triplet: BA, 76 and FF. RGB value is (186,118,255). Sum of RGB (Red+Green+Blue) = 186+118+255=559 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.27% from 559); Green value is 118 (46.48% from 255 or 21.11% from 559); Blue value is 255 (100% from 255 or 45.62% from 559); Max value from RGB is 255 - color contains mainly: blue. Hex color #BA76FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA76FF is #458900. Grayscale: #999999. Windows color (decimal): -4557057 or 16742074. OLE color: 16742074.

HSL color Cylindrical-coordinate representation of color #BA76FF: hue angle of 269.78º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BA76FF is Cyan = 0.27, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 186 118 255 -
CMYK 0.27 0.54 0 0
HSL 269.78º 1% 0.73% -
HSV(B) 269.78º 0.54% 1% -
XYZ 44.78 30.62 98.16 -
YUV 153.95 185.03 150.86 -
System Red Green Blue C M Y K H S L
Decimal 186 118 255 0.27 0.54 0 0 269.78 1 0.73
Hex BA 76 FF 1B 36 0 0 10E 64 49
Octal 272 166 377 33 66 0 0 416 144 111
Binary 10111010 1110110 11111111 11011 110110 0 0 100001110 1100100 1001001

Color Harmonies of #BA76FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA76FF

Black with #BA76FF

Text Example


Text Example

White with #BA76FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA76FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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