Html Css Color HEX #BA50CD Medium Orchid

📋 copy color: '#BA50CD'

red 186 ◦ green 80 ◦ blue 205

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

Shades of Medium Orchid #BA50CD

Tints of Medium Orchid #BA50CD

RGB

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

 GREEN value IS 80 (31.64% from 255) = 16.99%

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

R = 39.49%
G = 16.99%
B = 43.52%

CMYK

 C value IS 0.09

 M value IS 0.61

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BA50CD (or 0xBA50CD) is known color: Medium Orchid. HEX triplet: BA, 50 and CD. RGB value is (186,80,205). Sum of RGB (Red+Green+Blue) = 186+80+205=471 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.49% from 471); Green value is 80 (31.64% from 255 or 16.99% from 471); Blue value is 205 (80.47% from 255 or 43.52% from 471); Max value from RGB is 205 - color contains mainly: blue. Hex color #BA50CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA50CD is #45AF32. Grayscale: #7D7D7D. Windows color (decimal): -4566835 or 13455546. OLE color: 13455546.

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

Color convert

RGB 186 80 205 -
CMYK 0.09 0.61 0 0.20
HSL 290.88º 0.56% 0.56% -
HSV(B) 290.88º 0.61% 0.8% -
XYZ 34.14 20.58 59.93 -
YUV 125.94 172.62 170.84 -
System Red Green Blue C M Y K H S L
Decimal 186 80 205 0.09 0.61 0 0.20 290.88 0.56 0.56
Hex BA 50 CD 9 3D 0 14 123 38 38
Octal 272 120 315 11 75 0 24 443 70 70
Binary 10111010 1010000 11001101 1001 111101 0 10100 100100011 111000 111000

Color Harmonies of #BA50CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA50CD

Black with #BA50CD

Text Example


Text Example

White with #BA50CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA50CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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