Html Css Color HEX #BA44CD Medium Orchid

📋 copy color: '#BA44CD'

red 186 ◦ green 68 ◦ blue 205

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

Shades of Medium Orchid #BA44CD

Tints of Medium Orchid #BA44CD

RGB

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

 GREEN value IS 68 (26.95% from 255) = 14.81%

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

R = 40.52%
G = 14.81%
B = 44.66%

CMYK

 C value IS 0.09

 M value IS 0.67

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BA44CD (or 0xBA44CD) is known color: Medium Orchid. HEX triplet: BA, 44 and CD. RGB value is (186,68,205). Sum of RGB (Red+Green+Blue) = 186+68+205=459 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.52% from 459); Green value is 68 (26.95% from 255 or 14.81% from 459); Blue value is 205 (80.47% from 255 or 44.66% from 459); Max value from RGB is 205 - color contains mainly: blue. Hex color #BA44CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA44CD is #45BB32. Grayscale: #767676. Windows color (decimal): -4569907 or 13452474. OLE color: 13452474.

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

Color convert

RGB 186 68 205 -
CMYK 0.09 0.67 0 0.20
HSL 291.68º 0.58% 0.54% -
HSV(B) 291.68º 0.67% 0.8% -
XYZ 33.34 18.98 59.66 -
YUV 118.9 176.59 175.86 -
System Red Green Blue C M Y K H S L
Decimal 186 68 205 0.09 0.67 0 0.20 291.68 0.58 0.54
Hex BA 44 CD 9 43 0 14 124 3A 36
Octal 272 104 315 11 103 0 24 444 72 66
Binary 10111010 1000100 11001101 1001 1000011 0 10100 100100100 111010 110110

Color Harmonies of #BA44CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA44CD

Black with #BA44CD

Text Example


Text Example

White with #BA44CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA44CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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