Html Css Color HEX #BA76CD Medium Orchid

📋 copy color: '#BA76CD'

red 186 ◦ green 118 ◦ blue 205

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

Shades of Medium Orchid #BA76CD

Tints of Medium Orchid #BA76CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 40.28%

R = 36.54%
G = 23.18%
B = 40.28%

CMYK

 C value IS 0.09

 M value IS 0.42

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BA76CD (or 0xBA76CD) is known color: Medium Orchid. HEX triplet: BA, 76 and CD. RGB value is (186,118,205). Sum of RGB (Red+Green+Blue) = 186+118+205=509 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.54% from 509); Green value is 118 (46.48% from 255 or 23.18% from 509); Blue value is 205 (80.47% from 255 or 40.28% from 509); Max value from RGB is 205 - color contains mainly: blue. Hex color #BA76CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA76CD is #458932. Grayscale: #939393. Windows color (decimal): -4557107 or 13465274. OLE color: 13465274.

HSL color Cylindrical-coordinate representation of color #BA76CD: hue angle of 286.9º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BA76CD is Cyan = 0.09, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 186 118 205 -
CMYK 0.09 0.42 0 0.20
HSL 286.9º 0.47% 0.63% -
HSV(B) 286.9º 0.42% 0.8% -
XYZ 37.75 27.8 61.13 -
YUV 148.25 160.03 154.93 -
System Red Green Blue C M Y K H S L
Decimal 186 118 205 0.09 0.42 0 0.20 286.9 0.47 0.63
Hex BA 76 CD 9 2A 0 14 11F 2F 3F
Octal 272 166 315 11 52 0 24 437 57 77
Binary 10111010 1110110 11001101 1001 101010 0 10100 100011111 101111 111111

Color Harmonies of #BA76CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA76CD

Black with #BA76CD

Text Example


Text Example

White with #BA76CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA76CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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