Html Css Color HEX #BA4CD9 Medium Orchid

📋 copy color: '#BA4CD9'

red 186 ◦ green 76 ◦ blue 217

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

Shades of Medium Orchid #BA4CD9

Tints of Medium Orchid #BA4CD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 45.3%

R = 38.83%
G = 15.87%
B = 45.3%

CMYK

 C value IS 0.14

 M value IS 0.65

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BA4CD9 (or 0xBA4CD9) is known color: Medium Orchid. HEX triplet: BA, 4C and D9. RGB value is (186,76,217). Sum of RGB (Red+Green+Blue) = 186+76+217=479 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.83% from 479); Green value is 76 (30.08% from 255 or 15.87% from 479); Blue value is 217 (85.16% from 255 or 45.30% from 479); Max value from RGB is 217 - color contains mainly: blue. Hex color #BA4CD9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA4CD9 is #45B326. Grayscale: #7C7C7C. Windows color (decimal): -4567847 or 14240954. OLE color: 14240954.

HSL color Cylindrical-coordinate representation of color #BA4CD9: hue angle of 286.81º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BA4CD9 is Cyan = 0.14, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 186 76 217 -
CMYK 0.14 0.65 0 0.15
HSL 286.81º 0.65% 0.57% -
HSV(B) 286.81º 0.65% 0.85% -
XYZ 35.36 20.62 67.76 -
YUV 124.96 179.94 171.54 -
System Red Green Blue C M Y K H S L
Decimal 186 76 217 0.14 0.65 0 0.15 286.81 0.65 0.57
Hex BA 4C D9 E 41 0 F 11F 41 39
Octal 272 114 331 16 101 0 17 437 101 71
Binary 10111010 1001100 11011001 1110 1000001 0 1111 100011111 1000001 111001

Color Harmonies of #BA4CD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4CD9

Black with #BA4CD9

Text Example


Text Example

White with #BA4CD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4CD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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