Html Css Color HEX #BA31D2 Medium Orchid

📋 copy color: '#BA31D2'

red 186 ◦ green 49 ◦ blue 210

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

Shades of Medium Orchid #BA31D2

Tints of Medium Orchid #BA31D2

RGB

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

 GREEN value IS 49 (19.53% from 255) = 11.01%

 BLUE value IS 210 (82.42% from 255) = 47.19%

R = 41.8%
G = 11.01%
B = 47.19%

CMYK

 C value IS 0.11

 M value IS 0.77

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BA31D2 (or 0xBA31D2) is known color: Medium Orchid. HEX triplet: BA, 31 and D2. RGB value is (186,49,210). Sum of RGB (Red+Green+Blue) = 186+49+210=445 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.80% from 445); Green value is 49 (19.53% from 255 or 11.01% from 445); Blue value is 210 (82.42% from 255 or 47.19% from 445); Max value from RGB is 210 - color contains mainly: blue. Hex color #BA31D2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA31D2 is #45CE2D. Grayscale: #6B6B6B. Windows color (decimal): -4574766 or 13775290. OLE color: 13775290.

HSL color Cylindrical-coordinate representation of color #BA31D2: hue angle of 291.06º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BA31D2 is Cyan = 0.11, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 186 49 210 -
CMYK 0.11 0.77 0 0.18
HSL 291.06º 0.64% 0.51% -
HSV(B) 291.06º 0.77% 0.82% -
XYZ 32.98 17.29 62.57 -
YUV 108.32 185.39 183.41 -
System Red Green Blue C M Y K H S L
Decimal 186 49 210 0.11 0.77 0 0.18 291.06 0.64 0.51
Hex BA 31 D2 B 4D 0 12 123 40 33
Octal 272 61 322 13 115 0 22 443 100 63
Binary 10111010 110001 11010010 1011 1001101 0 10010 100100011 1000000 110011

Color Harmonies of #BA31D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA31D2

Black with #BA31D2

Text Example


Text Example

White with #BA31D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA31D2; }

 p { color: rgb(186,49,210); }

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

background-color css

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

 a { background-color: rgb(186,49,210); }

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

border-color css

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

 span { border-color: rgb(186,49,210); }

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