Html Css Color HEX #BA77EB Heliotrope

📋 copy color: '#BA77EB'

red 186 ◦ green 119 ◦ blue 235

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

Shades of Heliotrope #BA77EB

Tints of Heliotrope #BA77EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 43.52%

R = 34.44%
G = 22.04%
B = 43.52%

CMYK

 C value IS 0.21

 M value IS 0.49

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BA77EB (or 0xBA77EB) is known color: Heliotrope. HEX triplet: BA, 77 and EB. RGB value is (186,119,235). Sum of RGB (Red+Green+Blue) = 186+119+235=540 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.44% from 540); Green value is 119 (46.88% from 255 or 22.04% from 540); Blue value is 235 (92.19% from 255 or 43.52% from 540); Max value from RGB is 235 - color contains mainly: blue. Hex color #BA77EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA77EB is #458814. Grayscale: #979797. Windows color (decimal): -4556821 or 15431610. OLE color: 15431610.

HSL color Cylindrical-coordinate representation of color #BA77EB: hue angle of 274.66º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BA77EB is Cyan = 0.21, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 186 119 235 -
CMYK 0.21 0.49 0 0.08
HSL 274.66º 0.74% 0.69% -
HSV(B) 274.66º 0.49% 0.92% -
XYZ 41.84 29.63 82.11 -
YUV 152.26 174.7 152.07 -
System Red Green Blue C M Y K H S L
Decimal 186 119 235 0.21 0.49 0 0.08 274.66 0.74 0.69
Hex BA 77 EB 15 31 0 8 113 4A 45
Octal 272 167 353 25 61 0 10 423 112 105
Binary 10111010 1110111 11101011 10101 110001 0 1000 100010011 1001010 1000101

Color Harmonies of #BA77EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA77EB

Black with #BA77EB

Text Example


Text Example

White with #BA77EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA77EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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