Html Css Color HEX #BA4CDD Medium Orchid

📋 copy color: '#BA4CDD'

red 186 ◦ green 76 ◦ blue 221

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

Shades of Medium Orchid #BA4CDD

Tints of Medium Orchid #BA4CDD

RGB

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

 GREEN value IS 76 (30.08% from 255) = 15.73%

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

R = 38.51%
G = 15.73%
B = 45.76%

CMYK

 C value IS 0.16

 M value IS 0.66

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BA4CDD (or 0xBA4CDD) is known color: Medium Orchid. HEX triplet: BA, 4C and DD. RGB value is (186,76,221). Sum of RGB (Red+Green+Blue) = 186+76+221=483 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.51% from 483); Green value is 76 (30.08% from 255 or 15.73% from 483); Blue value is 221 (86.72% from 255 or 45.76% from 483); Max value from RGB is 221 - color contains mainly: blue. Hex color #BA4CDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA4CDD is #45B322. Grayscale: #7C7C7C. Windows color (decimal): -4567843 or 14503098. OLE color: 14503098.

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

Color convert

RGB 186 76 221 -
CMYK 0.16 0.66 0 0.13
HSL 285.52º 0.68% 0.58% -
HSV(B) 285.52º 0.66% 0.87% -
XYZ 35.89 20.83 70.54 -
YUV 125.42 181.94 171.21 -
System Red Green Blue C M Y K H S L
Decimal 186 76 221 0.16 0.66 0 0.13 285.52 0.68 0.58
Hex BA 4C DD 10 42 0 D 11E 44 3A
Octal 272 114 335 20 102 0 15 436 104 72
Binary 10111010 1001100 11011101 10000 1000010 0 1101 100011110 1000100 111010

Color Harmonies of #BA4CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4CDD

Black with #BA4CDD

Text Example


Text Example

White with #BA4CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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