Html Css Color HEX #BA3DDD Medium Orchid

📋 copy color: '#BA3DDD'

red 186 ◦ green 61 ◦ blue 221

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

Shades of Medium Orchid #BA3DDD

Tints of Medium Orchid #BA3DDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 47.22%

R = 39.74%
G = 13.03%
B = 47.22%

CMYK

 C value IS 0.16

 M value IS 0.72

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BA3DDD (or 0xBA3DDD) is known color: Medium Orchid. HEX triplet: BA, 3D and DD. RGB value is (186,61,221). Sum of RGB (Red+Green+Blue) = 186+61+221=468 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.74% from 468); Green value is 61 (24.22% from 255 or 13.03% from 468); Blue value is 221 (86.72% from 255 or 47.22% from 468); Max value from RGB is 221 - color contains mainly: blue. Hex color #BA3DDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA3DDD is #45C222. Grayscale: #747474. Windows color (decimal): -4571683 or 14499258. OLE color: 14499258.

HSL color Cylindrical-coordinate representation of color #BA3DDD: hue angle of 286.88º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BA3DDD is Cyan = 0.16, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 186 61 221 -
CMYK 0.16 0.72 0 0.13
HSL 286.88º 0.7% 0.55% -
HSV(B) 286.88º 0.72% 0.87% -
XYZ 34.97 19 70.23 -
YUV 116.62 186.91 177.49 -
System Red Green Blue C M Y K H S L
Decimal 186 61 221 0.16 0.72 0 0.13 286.88 0.7 0.55
Hex BA 3D DD 10 48 0 D 11F 46 37
Octal 272 75 335 20 110 0 15 437 106 67
Binary 10111010 111101 11011101 10000 1001000 0 1101 100011111 1000110 110111

Color Harmonies of #BA3DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3DDD

Black with #BA3DDD

Text Example


Text Example

White with #BA3DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3DDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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