Html Css Color HEX #BA77FC Heliotrope

📋 copy color: '#BA77FC'

red 186 ◦ green 119 ◦ blue 252

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

Shades of Heliotrope #BA77FC

Tints of Heliotrope #BA77FC

RGB

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

 GREEN value IS 119 (46.88% from 255) = 21.36%

 BLUE value IS 252 (98.83% from 255) = 45.24%

R = 33.39%
G = 21.36%
B = 45.24%

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

#BA77FC (or 0xBA77FC) is known color: Heliotrope. HEX triplet: BA, 77 and FC. RGB value is (186,119,252). Sum of RGB (Red+Green+Blue) = 186+119+252=557 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.39% from 557); Green value is 119 (46.88% from 255 or 21.36% from 557); Blue value is 252 (98.83% from 255 or 45.24% from 557); Max value from RGB is 252 - color contains mainly: blue. Hex color #BA77FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA77FC is #458803. Grayscale: #999999. Windows color (decimal): -4556804 or 16545722. OLE color: 16545722.

HSL color Cylindrical-coordinate representation of color #BA77FC: hue angle of 270.23º degrees, saturation: 0.96, 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 #BA77FC is Cyan = 0.26, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 186 119 252 -
CMYK 0.26 0.53 0 0.01
HSL 270.23º 0.96% 0.73% -
HSV(B) 270.23º 0.53% 0.99% -
XYZ 44.42 30.66 95.67 -
YUV 154.2 183.2 150.69 -
System Red Green Blue C M Y K H S L
Decimal 186 119 252 0.26 0.53 0 0.01 270.23 0.96 0.73
Hex BA 77 FC 1A 35 0 1 10E 60 49
Octal 272 167 374 32 65 0 1 416 140 111
Binary 10111010 1110111 11111100 11010 110101 0 1 100001110 1100000 1001001

Color Harmonies of #BA77FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA77FC

Black with #BA77FC

Text Example


Text Example

White with #BA77FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA77FC; }

 p { color: rgb(186,119,252); }

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

background-color css

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

 a { background-color: rgb(186,119,252); }

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

border-color css

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

 span { border-color: rgb(186,119,252); }

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