Html Css Color HEX #BA4CD8 Medium Orchid

📋 copy color: '#BA4CD8'

red 186 ◦ green 76 ◦ blue 216

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

Shades of Medium Orchid #BA4CD8

Tints of Medium Orchid #BA4CD8

RGB

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

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

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

R = 38.91%
G = 15.9%
B = 45.19%

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

#BA4CD8 (or 0xBA4CD8) is known color: Medium Orchid. HEX triplet: BA, 4C and D8. RGB value is (186,76,216). Sum of RGB (Red+Green+Blue) = 186+76+216=478 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.91% from 478); Green value is 76 (30.08% from 255 or 15.90% from 478); Blue value is 216 (84.77% from 255 or 45.19% from 478); Max value from RGB is 216 - color contains mainly: blue. Hex color #BA4CD8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA4CD8 is #45B327. Grayscale: #7C7C7C. Windows color (decimal): -4567848 or 14175418. OLE color: 14175418.

HSL color Cylindrical-coordinate representation of color #BA4CD8: hue angle of 287.14º degrees, saturation: 0.64, 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 #BA4CD8 is Cyan = 0.14, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 186 76 216 -
CMYK 0.14 0.65 0 0.15
HSL 287.14º 0.64% 0.57% -
HSV(B) 287.14º 0.65% 0.85% -
XYZ 35.23 20.57 67.08 -
YUV 124.85 179.44 171.62 -
System Red Green Blue C M Y K H S L
Decimal 186 76 216 0.14 0.65 0 0.15 287.14 0.64 0.57
Hex BA 4C D8 E 41 0 F 11F 40 39
Octal 272 114 330 16 101 0 17 437 100 71
Binary 10111010 1001100 11011000 1110 1000001 0 1111 100011111 1000000 111001

Color Harmonies of #BA4CD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4CD8

Black with #BA4CD8

Text Example


Text Example

White with #BA4CD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4CD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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