Html Css Color HEX #BA77E1 Medium Orchid

📋 copy color: '#BA77E1'

red 186 ◦ green 119 ◦ blue 225

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

Shades of Medium Orchid #BA77E1

Tints of Medium Orchid #BA77E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 42.45%

R = 35.09%
G = 22.45%
B = 42.45%

CMYK

 C value IS 0.17

 M value IS 0.47

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BA77E1 (or 0xBA77E1) is known color: Medium Orchid. HEX triplet: BA, 77 and E1. RGB value is (186,119,225). Sum of RGB (Red+Green+Blue) = 186+119+225=530 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.09% from 530); Green value is 119 (46.88% from 255 or 22.45% from 530); Blue value is 225 (88.28% from 255 or 42.45% from 530); Max value from RGB is 225 - color contains mainly: blue. Hex color #BA77E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA77E1 is #45881E. Grayscale: #969696. Windows color (decimal): -4556831 or 14776250. OLE color: 14776250.

HSL color Cylindrical-coordinate representation of color #BA77E1: hue angle of 277.92º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BA77E1 is Cyan = 0.17, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 186 119 225 -
CMYK 0.17 0.47 0 0.12
HSL 277.92º 0.64% 0.67% -
HSV(B) 277.92º 0.47% 0.88% -
XYZ 40.44 29.07 74.71 -
YUV 151.12 169.7 152.88 -
System Red Green Blue C M Y K H S L
Decimal 186 119 225 0.17 0.47 0 0.12 277.92 0.64 0.67
Hex BA 77 E1 11 2F 0 C 116 40 43
Octal 272 167 341 21 57 0 14 426 100 103
Binary 10111010 1110111 11100001 10001 101111 0 1100 100010110 1000000 1000011

Color Harmonies of #BA77E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA77E1

Black with #BA77E1

Text Example


Text Example

White with #BA77E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA77E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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