Html Css Color HEX #BA3BCD Medium Orchid

📋 copy color: '#BA3BCD'

red 186 ◦ green 59 ◦ blue 205

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

Shades of Medium Orchid #BA3BCD

Tints of Medium Orchid #BA3BCD

RGB

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

 GREEN value IS 59 (23.44% from 255) = 13.11%

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

R = 41.33%
G = 13.11%
B = 45.56%

CMYK

 C value IS 0.09

 M value IS 0.71

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BA3BCD (or 0xBA3BCD) is known color: Medium Orchid. HEX triplet: BA, 3B and CD. RGB value is (186,59,205). Sum of RGB (Red+Green+Blue) = 186+59+205=450 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.33% from 450); Green value is 59 (23.44% from 255 or 13.11% from 450); Blue value is 205 (80.47% from 255 or 45.56% from 450); Max value from RGB is 205 - color contains mainly: blue. Hex color #BA3BCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA3BCD is #45C432. Grayscale: #717171. Windows color (decimal): -4572211 or 13450170. OLE color: 13450170.

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

Color convert

RGB 186 59 205 -
CMYK 0.09 0.71 0 0.20
HSL 292.19º 0.59% 0.52% -
HSV(B) 292.19º 0.71% 0.8% -
XYZ 32.83 17.97 59.5 -
YUV 113.62 179.58 179.63 -
System Red Green Blue C M Y K H S L
Decimal 186 59 205 0.09 0.71 0 0.20 292.19 0.59 0.52
Hex BA 3B CD 9 47 0 14 124 3B 34
Octal 272 73 315 11 107 0 24 444 73 64
Binary 10111010 111011 11001101 1001 1000111 0 10100 100100100 111011 110100

Color Harmonies of #BA3BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3BCD

Black with #BA3BCD

Text Example


Text Example

White with #BA3BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3BCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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