Html Css Color HEX #BA77D0 Medium Orchid

📋 copy color: '#BA77D0'

red 186 ◦ green 119 ◦ blue 208

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

Shades of Medium Orchid #BA77D0

Tints of Medium Orchid #BA77D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 40.55%

R = 36.26%
G = 23.2%
B = 40.55%

CMYK

 C value IS 0.11

 M value IS 0.43

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BA77D0 (or 0xBA77D0) is known color: Medium Orchid. HEX triplet: BA, 77 and D0. RGB value is (186,119,208). Sum of RGB (Red+Green+Blue) = 186+119+208=513 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.26% from 513); Green value is 119 (46.88% from 255 or 23.20% from 513); Blue value is 208 (81.64% from 255 or 40.55% from 513); Max value from RGB is 208 - color contains mainly: blue. Hex color #BA77D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA77D0 is #45882F. Grayscale: #949494. Windows color (decimal): -4556848 or 13662138. OLE color: 13662138.

HSL color Cylindrical-coordinate representation of color #BA77D0: hue angle of 285.17º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BA77D0 is Cyan = 0.11, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 186 119 208 -
CMYK 0.11 0.43 0 0.18
HSL 285.17º 0.49% 0.64% -
HSV(B) 285.17º 0.43% 0.82% -
XYZ 38.23 28.19 63.1 -
YUV 149.18 161.2 154.26 -
System Red Green Blue C M Y K H S L
Decimal 186 119 208 0.11 0.43 0 0.18 285.17 0.49 0.64
Hex BA 77 D0 B 2B 0 12 11D 31 40
Octal 272 167 320 13 53 0 22 435 61 100
Binary 10111010 1110111 11010000 1011 101011 0 10010 100011101 110001 1000000

Color Harmonies of #BA77D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA77D0

Black with #BA77D0

Text Example


Text Example

White with #BA77D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA77D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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