Html Css Color HEX #BA77ED Heliotrope

📋 copy color: '#BA77ED'

red 186 ◦ green 119 ◦ blue 237

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

Shades of Heliotrope #BA77ED

Tints of Heliotrope #BA77ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 43.73%

R = 34.32%
G = 21.96%
B = 43.73%

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

#BA77ED (or 0xBA77ED) is known color: Heliotrope. HEX triplet: BA, 77 and ED. RGB value is (186,119,237). Sum of RGB (Red+Green+Blue) = 186+119+237=542 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.32% from 542); Green value is 119 (46.88% from 255 or 21.96% from 542); Blue value is 237 (92.97% from 255 or 43.73% from 542); Max value from RGB is 237 - color contains mainly: blue. Hex color #BA77ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA77ED is #458812. Grayscale: #989898. Windows color (decimal): -4556819 or 15562682. OLE color: 15562682.

HSL color Cylindrical-coordinate representation of color #BA77ED: hue angle of 274.07º degrees, saturation: 0.77, 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 #BA77ED is Cyan = 0.22, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 186 119 237 -
CMYK 0.22 0.50 0 0.07
HSL 274.07º 0.77% 0.7% -
HSV(B) 274.07º 0.5% 0.93% -
XYZ 42.13 29.75 83.64 -
YUV 152.49 175.7 151.91 -
System Red Green Blue C M Y K H S L
Decimal 186 119 237 0.22 0.50 0 0.07 274.07 0.77 0.7
Hex BA 77 ED 16 32 0 7 112 4D 46
Octal 272 167 355 26 62 0 7 422 115 106
Binary 10111010 1110111 11101101 10110 110010 0 111 100010010 1001101 1000110

Color Harmonies of #BA77ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA77ED

Black with #BA77ED

Text Example


Text Example

White with #BA77ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA77ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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