Html Css Color HEX #BA77EE Heliotrope

📋 copy color: '#BA77EE'

red 186 ◦ green 119 ◦ blue 238

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

Shades of Heliotrope #BA77EE

Tints of Heliotrope #BA77EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 43.83%

R = 34.25%
G = 21.92%
B = 43.83%

CMYK

 C value IS 0.22

 M value IS 0.50

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BA77EE (or 0xBA77EE) is known color: Heliotrope. HEX triplet: BA, 77 and EE. RGB value is (186,119,238). Sum of RGB (Red+Green+Blue) = 186+119+238=543 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.25% from 543); Green value is 119 (46.88% from 255 or 21.92% from 543); Blue value is 238 (93.36% from 255 or 43.83% from 543); Max value from RGB is 238 - color contains mainly: blue. Hex color #BA77EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA77EE is #458811. Grayscale: #989898. Windows color (decimal): -4556818 or 15628218. OLE color: 15628218.

HSL color Cylindrical-coordinate representation of color #BA77EE: hue angle of 273.78º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BA77EE is Cyan = 0.22, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 186 119 238 -
CMYK 0.22 0.50 0 0.07
HSL 273.78º 0.78% 0.7% -
HSV(B) 273.78º 0.5% 0.93% -
XYZ 42.28 29.81 84.41 -
YUV 152.6 176.2 151.82 -
System Red Green Blue C M Y K H S L
Decimal 186 119 238 0.22 0.50 0 0.07 273.78 0.78 0.7
Hex BA 77 EE 16 32 0 7 112 4E 46
Octal 272 167 356 26 62 0 7 422 116 106
Binary 10111010 1110111 11101110 10110 110010 0 111 100010010 1001110 1000110

Color Harmonies of #BA77EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA77EE

Black with #BA77EE

Text Example


Text Example

White with #BA77EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA77EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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