Html Css Color HEX #BA76FD Heliotrope

📋 copy color: '#BA76FD'

red 186 ◦ green 118 ◦ blue 253

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

Shades of Heliotrope #BA76FD

Tints of Heliotrope #BA76FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 45.42%

R = 33.39%
G = 21.18%
B = 45.42%

CMYK

 C value IS 0.26

 M value IS 0.53

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BA76FD (or 0xBA76FD) is known color: Heliotrope. HEX triplet: BA, 76 and FD. RGB value is (186,118,253). Sum of RGB (Red+Green+Blue) = 186+118+253=557 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.39% from 557); Green value is 118 (46.48% from 255 or 21.18% from 557); Blue value is 253 (99.22% from 255 or 45.42% from 557); Max value from RGB is 253 - color contains mainly: blue. Hex color #BA76FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA76FD is #458902. Grayscale: #999999. Windows color (decimal): -4557059 or 16611002. OLE color: 16611002.

HSL color Cylindrical-coordinate representation of color #BA76FD: hue angle of 270.22º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BA76FD is Cyan = 0.26, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 186 118 253 -
CMYK 0.26 0.53 0 0.01
HSL 270.22º 0.97% 0.73% -
HSV(B) 270.22º 0.53% 0.99% -
XYZ 44.46 30.49 96.47 -
YUV 153.72 184.03 151.02 -
System Red Green Blue C M Y K H S L
Decimal 186 118 253 0.26 0.53 0 0.01 270.22 0.97 0.73
Hex BA 76 FD 1A 35 0 1 10E 61 49
Octal 272 166 375 32 65 0 1 416 141 111
Binary 10111010 1110110 11111101 11010 110101 0 1 100001110 1100001 1001001

Color Harmonies of #BA76FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA76FD

Black with #BA76FD

Text Example


Text Example

White with #BA76FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA76FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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