Html Css Color HEX #BA4CD6 Medium Orchid

📋 copy color: '#BA4CD6'

red 186 ◦ green 76 ◦ blue 214

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

Shades of Medium Orchid #BA4CD6

Tints of Medium Orchid #BA4CD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 44.96%

R = 39.08%
G = 15.97%
B = 44.96%

CMYK

 C value IS 0.13

 M value IS 0.64

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BA4CD6 (or 0xBA4CD6) is known color: Medium Orchid. HEX triplet: BA, 4C and D6. RGB value is (186,76,214). Sum of RGB (Red+Green+Blue) = 186+76+214=476 (63% of max value = 765). Red value is 186 (73.05% from 255 or 39.08% from 476); Green value is 76 (30.08% from 255 or 15.97% from 476); Blue value is 214 (83.98% from 255 or 44.96% from 476); Max value from RGB is 214 - color contains mainly: blue. Hex color #BA4CD6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA4CD6 is #45B329. Grayscale: #7C7C7C. Windows color (decimal): -4567850 or 14044346. OLE color: 14044346.

HSL color Cylindrical-coordinate representation of color #BA4CD6: hue angle of 287.83º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BA4CD6 is Cyan = 0.13, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 186 76 214 -
CMYK 0.13 0.64 0 0.16
HSL 287.83º 0.63% 0.57% -
HSV(B) 287.83º 0.64% 0.84% -
XYZ 34.97 20.46 65.72 -
YUV 124.62 178.44 171.78 -
System Red Green Blue C M Y K H S L
Decimal 186 76 214 0.13 0.64 0 0.16 287.83 0.63 0.57
Hex BA 4C D6 D 40 0 10 120 3F 39
Octal 272 114 326 15 100 0 20 440 77 71
Binary 10111010 1001100 11010110 1101 1000000 0 10000 100100000 111111 111001

Color Harmonies of #BA4CD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4CD6

Black with #BA4CD6

Text Example


Text Example

White with #BA4CD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4CD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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