Html Css Color HEX #BA77E7 Medium Orchid

📋 copy color: '#BA77E7'

red 186 ◦ green 119 ◦ blue 231

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

Shades of Medium Orchid #BA77E7

Tints of Medium Orchid #BA77E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 43.1%

R = 34.7%
G = 22.2%
B = 43.1%

CMYK

 C value IS 0.19

 M value IS 0.48

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BA77E7 (or 0xBA77E7) is known color: Medium Orchid. HEX triplet: BA, 77 and E7. RGB value is (186,119,231). Sum of RGB (Red+Green+Blue) = 186+119+231=536 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.70% from 536); Green value is 119 (46.88% from 255 or 22.20% from 536); Blue value is 231 (90.62% from 255 or 43.10% from 536); Max value from RGB is 231 - color contains mainly: blue. Hex color #BA77E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA77E7 is #458818. Grayscale: #979797. Windows color (decimal): -4556825 or 15169466. OLE color: 15169466.

HSL color Cylindrical-coordinate representation of color #BA77E7: hue angle of 275.89º degrees, saturation: 0.7, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BA77E7 is Cyan = 0.19, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 186 119 231 -
CMYK 0.19 0.48 0 0.09
HSL 275.89º 0.7% 0.69% -
HSV(B) 275.89º 0.48% 0.91% -
XYZ 41.27 29.4 79.1 -
YUV 151.8 172.7 152.39 -
System Red Green Blue C M Y K H S L
Decimal 186 119 231 0.19 0.48 0 0.09 275.89 0.7 0.69
Hex BA 77 E7 13 30 0 9 114 46 45
Octal 272 167 347 23 60 0 11 424 106 105
Binary 10111010 1110111 11100111 10011 110000 0 1001 100010100 1000110 1000101

Color Harmonies of #BA77E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA77E7

Black with #BA77E7

Text Example


Text Example

White with #BA77E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA77E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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