Html Css Color HEX #BA77FA Heliotrope

📋 copy color: '#BA77FA'

red 186 ◦ green 119 ◦ blue 250

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

Shades of Heliotrope #BA77FA

Tints of Heliotrope #BA77FA

RGB

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

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

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

R = 33.51%
G = 21.44%
B = 45.05%

CMYK

 C value IS 0.26

 M value IS 0.52

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BA77FA (or 0xBA77FA) is known color: Heliotrope. HEX triplet: BA, 77 and FA. RGB value is (186,119,250). Sum of RGB (Red+Green+Blue) = 186+119+250=555 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.51% from 555); Green value is 119 (46.88% from 255 or 21.44% from 555); Blue value is 250 (98.05% from 255 or 45.05% from 555); Max value from RGB is 250 - color contains mainly: blue. Hex color #BA77FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA77FA is #458805. Grayscale: #999999. Windows color (decimal): -4556806 or 16414650. OLE color: 16414650.

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

Color convert

RGB 186 119 250 -
CMYK 0.26 0.52 0 0.02
HSL 270.69º 0.93% 0.72% -
HSV(B) 270.69º 0.52% 0.98% -
XYZ 44.1 30.53 94.01 -
YUV 153.97 182.2 150.85 -
System Red Green Blue C M Y K H S L
Decimal 186 119 250 0.26 0.52 0 0.02 270.69 0.93 0.72
Hex BA 77 FA 1A 34 0 2 10F 5D 48
Octal 272 167 372 32 64 0 2 417 135 110
Binary 10111010 1110111 11111010 11010 110100 0 10 100001111 1011101 1001000

Color Harmonies of #BA77FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA77FA

Black with #BA77FA

Text Example


Text Example

White with #BA77FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA77FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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