Html Css Color HEX #BA4DD8 Medium Orchid

📋 copy color: '#BA4DD8'

red 186 ◦ green 77 ◦ blue 216

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

Shades of Medium Orchid #BA4DD8

Tints of Medium Orchid #BA4DD8

RGB

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

 GREEN value IS 77 (30.47% from 255) = 16.08%

 BLUE value IS 216 (84.77% from 255) = 45.09%

R = 38.83%
G = 16.08%
B = 45.09%

CMYK

 C value IS 0.14

 M value IS 0.64

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BA4DD8 (or 0xBA4DD8) is known color: Medium Orchid. HEX triplet: BA, 4D and D8. RGB value is (186,77,216). Sum of RGB (Red+Green+Blue) = 186+77+216=479 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.83% from 479); Green value is 77 (30.47% from 255 or 16.08% from 479); Blue value is 216 (84.77% from 255 or 45.09% from 479); Max value from RGB is 216 - color contains mainly: blue. Hex color #BA4DD8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA4DD8 is #45B227. Grayscale: #7C7C7C. Windows color (decimal): -4567592 or 14175674. OLE color: 14175674.

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

Color convert

RGB 186 77 216 -
CMYK 0.14 0.64 0 0.15
HSL 287.05º 0.64% 0.57% -
HSV(B) 287.05º 0.64% 0.85% -
XYZ 35.3 20.7 67.1 -
YUV 125.44 179.11 171.2 -
System Red Green Blue C M Y K H S L
Decimal 186 77 216 0.14 0.64 0 0.15 287.05 0.64 0.57
Hex BA 4D D8 E 40 0 F 11F 40 39
Octal 272 115 330 16 100 0 17 437 100 71
Binary 10111010 1001101 11011000 1110 1000000 0 1111 100011111 1000000 111001

Color Harmonies of #BA4DD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4DD8

Black with #BA4DD8

Text Example


Text Example

White with #BA4DD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4DD8; }

 p { color: rgb(186,77,216); }

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

background-color css

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

 a { background-color: rgb(186,77,216); }

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

border-color css

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

 span { border-color: rgb(186,77,216); }

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