Html Css Color HEX #BA40D8 Medium Orchid

📋 copy color: '#BA40D8'

red 186 ◦ green 64 ◦ blue 216

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

Shades of Medium Orchid #BA40D8

Tints of Medium Orchid #BA40D8

RGB

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

 GREEN value IS 64 (25.39% from 255) = 13.73%

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

R = 39.91%
G = 13.73%
B = 46.35%

CMYK

 C value IS 0.14

 M value IS 0.70

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BA40D8 (or 0xBA40D8) is known color: Medium Orchid. HEX triplet: BA, 40 and D8. RGB value is (186,64,216). Sum of RGB (Red+Green+Blue) = 186+64+216=466 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.91% from 466); Green value is 64 (25.39% from 255 or 13.73% from 466); Blue value is 216 (84.77% from 255 or 46.35% from 466); Max value from RGB is 216 - color contains mainly: blue. Hex color #BA40D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA40D8 is #45BF27. Grayscale: #757575. Windows color (decimal): -4570920 or 14172346. OLE color: 14172346.

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

Color convert

RGB 186 64 216 -
CMYK 0.14 0.70 0 0.15
HSL 288.16º 0.66% 0.55% -
HSV(B) 288.16º 0.7% 0.85% -
XYZ 34.48 19.06 66.83 -
YUV 117.81 183.42 176.64 -
System Red Green Blue C M Y K H S L
Decimal 186 64 216 0.14 0.70 0 0.15 288.16 0.66 0.55
Hex BA 40 D8 E 46 0 F 120 42 37
Octal 272 100 330 16 106 0 17 440 102 67
Binary 10111010 1000000 11011000 1110 1000110 0 1111 100100000 1000010 110111

Color Harmonies of #BA40D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA40D8

Black with #BA40D8

Text Example


Text Example

White with #BA40D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA40D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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