Html Css Color HEX #BA3DD2 Medium Orchid

📋 copy color: '#BA3DD2'

red 186 ◦ green 61 ◦ blue 210

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

Shades of Medium Orchid #BA3DD2

Tints of Medium Orchid #BA3DD2

RGB

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

 GREEN value IS 61 (24.22% from 255) = 13.35%

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

R = 40.7%
G = 13.35%
B = 45.95%

CMYK

 C value IS 0.11

 M value IS 0.71

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BA3DD2 (or 0xBA3DD2) is known color: Medium Orchid. HEX triplet: BA, 3D and D2. RGB value is (186,61,210). Sum of RGB (Red+Green+Blue) = 186+61+210=457 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.70% from 457); Green value is 61 (24.22% from 255 or 13.35% from 457); Blue value is 210 (82.42% from 255 or 45.95% from 457); Max value from RGB is 210 - color contains mainly: blue. Hex color #BA3DD2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA3DD2 is #45C22D. Grayscale: #727272. Windows color (decimal): -4571694 or 13778362. OLE color: 13778362.

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

Color convert

RGB 186 61 210 -
CMYK 0.11 0.71 0 0.18
HSL 290.34º 0.62% 0.53% -
HSV(B) 290.34º 0.71% 0.82% -
XYZ 33.55 18.43 62.76 -
YUV 115.36 181.41 178.38 -
System Red Green Blue C M Y K H S L
Decimal 186 61 210 0.11 0.71 0 0.18 290.34 0.62 0.53
Hex BA 3D D2 B 47 0 12 122 3E 35
Octal 272 75 322 13 107 0 22 442 76 65
Binary 10111010 111101 11010010 1011 1000111 0 10010 100100010 111110 110101

Color Harmonies of #BA3DD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3DD2

Black with #BA3DD2

Text Example


Text Example

White with #BA3DD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3DD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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