Html Css Color HEX #BA43CD Medium Orchid

📋 copy color: '#BA43CD'

red 186 ◦ green 67 ◦ blue 205

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

Shades of Medium Orchid #BA43CD

Tints of Medium Orchid #BA43CD

RGB

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

 GREEN value IS 67 (26.56% from 255) = 14.63%

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

R = 40.61%
G = 14.63%
B = 44.76%

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

#BA43CD (or 0xBA43CD) is known color: Medium Orchid. HEX triplet: BA, 43 and CD. RGB value is (186,67,205). Sum of RGB (Red+Green+Blue) = 186+67+205=458 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.61% from 458); Green value is 67 (26.56% from 255 or 14.63% from 458); Blue value is 205 (80.47% from 255 or 44.76% from 458); Max value from RGB is 205 - color contains mainly: blue. Hex color #BA43CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA43CD is #45BC32. Grayscale: #757575. Windows color (decimal): -4570163 or 13452218. OLE color: 13452218.

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

Color convert

RGB 186 67 205 -
CMYK 0.09 0.67 0 0.20
HSL 291.74º 0.58% 0.53% -
HSV(B) 291.74º 0.67% 0.8% -
XYZ 33.28 18.86 59.64 -
YUV 118.31 176.92 176.28 -
System Red Green Blue C M Y K H S L
Decimal 186 67 205 0.09 0.67 0 0.20 291.74 0.58 0.53
Hex BA 43 CD 9 43 0 14 124 3A 35
Octal 272 103 315 11 103 0 24 444 72 65
Binary 10111010 1000011 11001101 1001 1000011 0 10100 100100100 111010 110101

Color Harmonies of #BA43CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA43CD

Black with #BA43CD

Text Example


Text Example

White with #BA43CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA43CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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