Html Css Color HEX #BA3ACD Medium Orchid

📋 copy color: '#BA3ACD'

red 186 ◦ green 58 ◦ blue 205

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

Shades of Medium Orchid #BA3ACD

Tints of Medium Orchid #BA3ACD

RGB

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

 GREEN value IS 58 (23.05% from 255) = 12.92%

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

R = 41.43%
G = 12.92%
B = 45.66%

CMYK

 C value IS 0.09

 M value IS 0.72

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BA3ACD (or 0xBA3ACD) is known color: Medium Orchid. HEX triplet: BA, 3A and CD. RGB value is (186,58,205). Sum of RGB (Red+Green+Blue) = 186+58+205=449 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.43% from 449); Green value is 58 (23.05% from 255 or 12.92% from 449); Blue value is 205 (80.47% from 255 or 45.66% from 449); Max value from RGB is 205 - color contains mainly: blue. Hex color #BA3ACD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA3ACD is #45C532. Grayscale: #707070. Windows color (decimal): -4572467 or 13449914. OLE color: 13449914.

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

Color convert

RGB 186 58 205 -
CMYK 0.09 0.72 0 0.20
HSL 292.24º 0.6% 0.52% -
HSV(B) 292.24º 0.72% 0.8% -
XYZ 32.78 17.87 59.48 -
YUV 113.03 179.91 180.05 -
System Red Green Blue C M Y K H S L
Decimal 186 58 205 0.09 0.72 0 0.20 292.24 0.6 0.52
Hex BA 3A CD 9 48 0 14 124 3C 34
Octal 272 72 315 11 110 0 24 444 74 64
Binary 10111010 111010 11001101 1001 1001000 0 10100 100100100 111100 110100

Color Harmonies of #BA3ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3ACD

Black with #BA3ACD

Text Example


Text Example

White with #BA3ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3ACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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