Html Css Color HEX #BA4AD0 Medium Orchid

📋 copy color: '#BA4AD0'

red 186 ◦ green 74 ◦ blue 208

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

Shades of Medium Orchid #BA4AD0

Tints of Medium Orchid #BA4AD0

RGB

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

 GREEN value IS 74 (29.3% from 255) = 15.81%

 BLUE value IS 208 (81.64% from 255) = 44.44%

R = 39.74%
G = 15.81%
B = 44.44%

CMYK

 C value IS 0.11

 M value IS 0.64

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BA4AD0 (or 0xBA4AD0) is known color: Medium Orchid. HEX triplet: BA, 4A and D0. RGB value is (186,74,208). Sum of RGB (Red+Green+Blue) = 186+74+208=468 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.74% from 468); Green value is 74 (29.30% from 255 or 15.81% from 468); Blue value is 208 (81.64% from 255 or 44.44% from 468); Max value from RGB is 208 - color contains mainly: blue. Hex color #BA4AD0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA4AD0 is #45B52F. Grayscale: #7A7A7A. Windows color (decimal): -4568368 or 13650618. OLE color: 13650618.

HSL color Cylindrical-coordinate representation of color #BA4AD0: hue angle of 290.15º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BA4AD0 is Cyan = 0.11, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 186 74 208 -
CMYK 0.11 0.64 0 0.18
HSL 290.15º 0.59% 0.55% -
HSV(B) 290.15º 0.64% 0.82% -
XYZ 34.08 19.89 61.72 -
YUV 122.76 176.11 173.1 -
System Red Green Blue C M Y K H S L
Decimal 186 74 208 0.11 0.64 0 0.18 290.15 0.59 0.55
Hex BA 4A D0 B 40 0 12 122 3B 37
Octal 272 112 320 13 100 0 22 442 73 67
Binary 10111010 1001010 11010000 1011 1000000 0 10010 100100010 111011 110111

Color Harmonies of #BA4AD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4AD0

Black with #BA4AD0

Text Example


Text Example

White with #BA4AD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4AD0; }

 p { color: rgb(186,74,208); }

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

background-color css

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

 a { background-color: rgb(186,74,208); }

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

border-color css

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

 span { border-color: rgb(186,74,208); }

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