Html Css Color HEX #BA4CDA Medium Orchid

📋 copy color: '#BA4CDA'

red 186 ◦ green 76 ◦ blue 218

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

Shades of Medium Orchid #BA4CDA

Tints of Medium Orchid #BA4CDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 45.42%

R = 38.75%
G = 15.83%
B = 45.42%

CMYK

 C value IS 0.15

 M value IS 0.65

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BA4CDA (or 0xBA4CDA) is known color: Medium Orchid. HEX triplet: BA, 4C and DA. RGB value is (186,76,218). Sum of RGB (Red+Green+Blue) = 186+76+218=480 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.75% from 480); Green value is 76 (30.08% from 255 or 15.83% from 480); Blue value is 218 (85.55% from 255 or 45.42% from 480); Max value from RGB is 218 - color contains mainly: blue. Hex color #BA4CDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA4CDA is #45B325. Grayscale: #7C7C7C. Windows color (decimal): -4567846 or 14306490. OLE color: 14306490.

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

Color convert

RGB 186 76 218 -
CMYK 0.15 0.65 0 0.15
HSL 286.48º 0.66% 0.58% -
HSV(B) 286.48º 0.65% 0.85% -
XYZ 35.49 20.67 68.45 -
YUV 125.08 180.44 171.45 -
System Red Green Blue C M Y K H S L
Decimal 186 76 218 0.15 0.65 0 0.15 286.48 0.66 0.58
Hex BA 4C DA F 41 0 F 11E 42 3A
Octal 272 114 332 17 101 0 17 436 102 72
Binary 10111010 1001100 11011010 1111 1000001 0 1111 100011110 1000010 111010

Color Harmonies of #BA4CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4CDA

Black with #BA4CDA

Text Example


Text Example

White with #BA4CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4CDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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