Html Css Color HEX #BA3CDD Medium Orchid

📋 copy color: '#BA3CDD'

red 186 ◦ green 60 ◦ blue 221

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

Shades of Medium Orchid #BA3CDD

Tints of Medium Orchid #BA3CDD

RGB

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

 GREEN value IS 60 (23.83% from 255) = 12.85%

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

R = 39.83%
G = 12.85%
B = 47.32%

CMYK

 C value IS 0.16

 M value IS 0.73

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BA3CDD (or 0xBA3CDD) is known color: Medium Orchid. HEX triplet: BA, 3C and DD. RGB value is (186,60,221). Sum of RGB (Red+Green+Blue) = 186+60+221=467 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.83% from 467); Green value is 60 (23.83% from 255 or 12.85% from 467); Blue value is 221 (86.72% from 255 or 47.32% from 467); Max value from RGB is 221 - color contains mainly: blue. Hex color #BA3CDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA3CDD is #45C322. Grayscale: #737373. Windows color (decimal): -4571939 or 14499002. OLE color: 14499002.

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

Color convert

RGB 186 60 221 -
CMYK 0.16 0.73 0 0.13
HSL 286.96º 0.7% 0.55% -
HSV(B) 286.96º 0.73% 0.87% -
XYZ 34.92 18.89 70.21 -
YUV 116.03 187.24 177.91 -
System Red Green Blue C M Y K H S L
Decimal 186 60 221 0.16 0.73 0 0.13 286.96 0.7 0.55
Hex BA 3C DD 10 49 0 D 11F 46 37
Octal 272 74 335 20 111 0 15 437 106 67
Binary 10111010 111100 11011101 10000 1001001 0 1101 100011111 1000110 110111

Color Harmonies of #BA3CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3CDD

Black with #BA3CDD

Text Example


Text Example

White with #BA3CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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