Html Css Color HEX #BA77E0 Medium Orchid

📋 copy color: '#BA77E0'

red 186 ◦ green 119 ◦ blue 224

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

Shades of Medium Orchid #BA77E0

Tints of Medium Orchid #BA77E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 42.34%

R = 35.16%
G = 22.5%
B = 42.34%

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

#BA77E0 (or 0xBA77E0) is known color: Medium Orchid. HEX triplet: BA, 77 and E0. RGB value is (186,119,224). Sum of RGB (Red+Green+Blue) = 186+119+224=529 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.16% from 529); Green value is 119 (46.88% from 255 or 22.50% from 529); Blue value is 224 (87.89% from 255 or 42.34% from 529); Max value from RGB is 224 - color contains mainly: blue. Hex color #BA77E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA77E0 is #45881F. Grayscale: #969696. Windows color (decimal): -4556832 or 14710714. OLE color: 14710714.

HSL color Cylindrical-coordinate representation of color #BA77E0: hue angle of 278.29º degrees, saturation: 0.63, 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 #BA77E0 is Cyan = 0.17, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 186 119 224 -
CMYK 0.17 0.47 0 0.12
HSL 278.29º 0.63% 0.67% -
HSV(B) 278.29º 0.47% 0.88% -
XYZ 40.3 29.01 74 -
YUV 151 169.2 152.96 -
System Red Green Blue C M Y K H S L
Decimal 186 119 224 0.17 0.47 0 0.12 278.29 0.63 0.67
Hex BA 77 E0 11 2F 0 C 116 3F 43
Octal 272 167 340 21 57 0 14 426 77 103
Binary 10111010 1110111 11100000 10001 101111 0 1100 100010110 111111 1000011

Color Harmonies of #BA77E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA77E0

Black with #BA77E0

Text Example


Text Example

White with #BA77E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA77E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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