Html Css Color HEX #BA32CD Medium Orchid

📋 copy color: '#BA32CD'

red 186 ◦ green 50 ◦ blue 205

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

Shades of Medium Orchid #BA32CD

Tints of Medium Orchid #BA32CD

RGB

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

 GREEN value IS 50 (19.92% from 255) = 11.34%

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

R = 42.18%
G = 11.34%
B = 46.49%

CMYK

 C value IS 0.09

 M value IS 0.76

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BA32CD (or 0xBA32CD) is known color: Medium Orchid. HEX triplet: BA, 32 and CD. RGB value is (186,50,205). Sum of RGB (Red+Green+Blue) = 186+50+205=441 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.18% from 441); Green value is 50 (19.92% from 255 or 11.34% from 441); Blue value is 205 (80.47% from 255 or 46.49% from 441); Max value from RGB is 205 - color contains mainly: blue. Hex color #BA32CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA32CD is #45CD32. Grayscale: #6B6B6B. Windows color (decimal): -4574515 or 13447866. OLE color: 13447866.

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

Color convert

RGB 186 50 205 -
CMYK 0.09 0.76 0 0.20
HSL 292.65º 0.61% 0.5% -
HSV(B) 292.65º 0.76% 0.8% -
XYZ 32.41 17.13 59.36 -
YUV 108.33 182.56 183.4 -
System Red Green Blue C M Y K H S L
Decimal 186 50 205 0.09 0.76 0 0.20 292.65 0.61 0.5
Hex BA 32 CD 9 4C 0 14 125 3D 32
Octal 272 62 315 11 114 0 24 445 75 62
Binary 10111010 110010 11001101 1001 1001100 0 10100 100100101 111101 110010

Color Harmonies of #BA32CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA32CD

Black with #BA32CD

Text Example


Text Example

White with #BA32CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA32CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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