Html Css Color HEX #BA53CD Medium Orchid

📋 copy color: '#BA53CD'

red 186 ◦ green 83 ◦ blue 205

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

Shades of Medium Orchid #BA53CD

Tints of Medium Orchid #BA53CD

RGB

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

 GREEN value IS 83 (32.81% from 255) = 17.51%

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

R = 39.24%
G = 17.51%
B = 43.25%

CMYK

 C value IS 0.09

 M value IS 0.60

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BA53CD (or 0xBA53CD) is known color: Medium Orchid. HEX triplet: BA, 53 and CD. RGB value is (186,83,205). Sum of RGB (Red+Green+Blue) = 186+83+205=474 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.24% from 474); Green value is 83 (32.81% from 255 or 17.51% from 474); Blue value is 205 (80.47% from 255 or 43.25% from 474); Max value from RGB is 205 - color contains mainly: blue. Hex color #BA53CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA53CD is #45AC32. Grayscale: #7F7F7F. Windows color (decimal): -4566067 or 13456314. OLE color: 13456314.

HSL color Cylindrical-coordinate representation of color #BA53CD: hue angle of 290.66º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BA53CD is Cyan = 0.09, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 186 83 205 -
CMYK 0.09 0.60 0 0.20
HSL 290.66º 0.55% 0.56% -
HSV(B) 290.66º 0.6% 0.8% -
XYZ 34.36 21.03 60.01 -
YUV 127.71 171.62 169.58 -
System Red Green Blue C M Y K H S L
Decimal 186 83 205 0.09 0.60 0 0.20 290.66 0.55 0.56
Hex BA 53 CD 9 3C 0 14 123 37 38
Octal 272 123 315 11 74 0 24 443 67 70
Binary 10111010 1010011 11001101 1001 111100 0 10100 100100011 110111 111000

Color Harmonies of #BA53CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA53CD

Black with #BA53CD

Text Example


Text Example

White with #BA53CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA53CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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