Html Css Color HEX #BA77E9 Medium Orchid

📋 copy color: '#BA77E9'

red 186 ◦ green 119 ◦ blue 233

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

Shades of Medium Orchid #BA77E9

Tints of Medium Orchid #BA77E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 43.31%

R = 34.57%
G = 22.12%
B = 43.31%

CMYK

 C value IS 0.20

 M value IS 0.49

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BA77E9 (or 0xBA77E9) is known color: Medium Orchid. HEX triplet: BA, 77 and E9. RGB value is (186,119,233). Sum of RGB (Red+Green+Blue) = 186+119+233=538 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.57% from 538); Green value is 119 (46.88% from 255 or 22.12% from 538); Blue value is 233 (91.41% from 255 or 43.31% from 538); Max value from RGB is 233 - color contains mainly: blue. Hex color #BA77E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA77E9 is #458816. Grayscale: #979797. Windows color (decimal): -4556823 or 15300538. OLE color: 15300538.

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

Color convert

RGB 186 119 233 -
CMYK 0.20 0.49 0 0.09
HSL 275.26º 0.72% 0.69% -
HSV(B) 275.26º 0.49% 0.91% -
XYZ 41.55 29.52 80.6 -
YUV 152.03 173.7 152.23 -
System Red Green Blue C M Y K H S L
Decimal 186 119 233 0.20 0.49 0 0.09 275.26 0.72 0.69
Hex BA 77 E9 14 31 0 9 113 48 45
Octal 272 167 351 24 61 0 11 423 110 105
Binary 10111010 1110111 11101001 10100 110001 0 1001 100010011 1001000 1000101

Color Harmonies of #BA77E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA77E9

Black with #BA77E9

Text Example


Text Example

White with #BA77E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA77E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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