Html Css Color HEX #BA76FA Heliotrope

📋 copy color: '#BA76FA'

red 186 ◦ green 118 ◦ blue 250

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

Shades of Heliotrope #BA76FA

Tints of Heliotrope #BA76FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 45.13%

R = 33.57%
G = 21.3%
B = 45.13%

CMYK

 C value IS 0.26

 M value IS 0.53

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BA76FA (or 0xBA76FA) is known color: Heliotrope. HEX triplet: BA, 76 and FA. RGB value is (186,118,250). Sum of RGB (Red+Green+Blue) = 186+118+250=554 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.57% from 554); Green value is 118 (46.48% from 255 or 21.30% from 554); Blue value is 250 (98.05% from 255 or 45.13% from 554); Max value from RGB is 250 - color contains mainly: blue. Hex color #BA76FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA76FA is #458905. Grayscale: #989898. Windows color (decimal): -4557062 or 16414394. OLE color: 16414394.

HSL color Cylindrical-coordinate representation of color #BA76FA: hue angle of 270.91º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BA76FA is Cyan = 0.26, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 186 118 250 -
CMYK 0.26 0.53 0 0.02
HSL 270.91º 0.93% 0.72% -
HSV(B) 270.91º 0.53% 0.98% -
XYZ 43.98 30.3 93.97 -
YUV 153.38 182.53 151.27 -
System Red Green Blue C M Y K H S L
Decimal 186 118 250 0.26 0.53 0 0.02 270.91 0.93 0.72
Hex BA 76 FA 1A 35 0 2 10F 5D 48
Octal 272 166 372 32 65 0 2 417 135 110
Binary 10111010 1110110 11111010 11010 110101 0 10 100001111 1011101 1001000

Color Harmonies of #BA76FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA76FA

Black with #BA76FA

Text Example


Text Example

White with #BA76FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA76FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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