Html Css Color HEX #BA76E0 Medium Orchid

📋 copy color: '#BA76E0'

red 186 ◦ green 118 ◦ blue 224

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

Shades of Medium Orchid #BA76E0

Tints of Medium Orchid #BA76E0

RGB

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

 GREEN value IS 118 (46.48% from 255) = 22.35%

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

R = 35.23%
G = 22.35%
B = 42.42%

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

#BA76E0 (or 0xBA76E0) is known color: Medium Orchid. HEX triplet: BA, 76 and E0. RGB value is (186,118,224). Sum of RGB (Red+Green+Blue) = 186+118+224=528 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.23% from 528); Green value is 118 (46.48% from 255 or 22.35% from 528); Blue value is 224 (87.89% from 255 or 42.42% from 528); Max value from RGB is 224 - color contains mainly: blue. Hex color #BA76E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA76E0 is #45891F. Grayscale: #969696. Windows color (decimal): -4557088 or 14710458. OLE color: 14710458.

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

Color convert

RGB 186 118 224 -
CMYK 0.17 0.47 0 0.12
HSL 278.49º 0.63% 0.67% -
HSV(B) 278.49º 0.47% 0.88% -
XYZ 40.18 28.78 73.96 -
YUV 150.42 169.53 153.38 -
System Red Green Blue C M Y K H S L
Decimal 186 118 224 0.17 0.47 0 0.12 278.49 0.63 0.67
Hex BA 76 E0 11 2F 0 C 116 3F 43
Octal 272 166 340 21 57 0 14 426 77 103
Binary 10111010 1110110 11100000 10001 101111 0 1100 100010110 111111 1000011

Color Harmonies of #BA76E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA76E0

Black with #BA76E0

Text Example


Text Example

White with #BA76E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA76E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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