Html Css Color HEX #BA40D4 Medium Orchid

📋 copy color: '#BA40D4'

red 186 ◦ green 64 ◦ blue 212

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

Shades of Medium Orchid #BA40D4

Tints of Medium Orchid #BA40D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 45.89%

R = 40.26%
G = 13.85%
B = 45.89%

CMYK

 C value IS 0.12

 M value IS 0.70

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#BA40D4 (or 0xBA40D4) is known color: Medium Orchid. HEX triplet: BA, 40 and D4. RGB value is (186,64,212). Sum of RGB (Red+Green+Blue) = 186+64+212=462 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.26% from 462); Green value is 64 (25.39% from 255 or 13.85% from 462); Blue value is 212 (83.20% from 255 or 45.89% from 462); Max value from RGB is 212 - color contains mainly: blue. Hex color #BA40D4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA40D4 is #45BF2B. Grayscale: #747474. Windows color (decimal): -4570924 or 13910202. OLE color: 13910202.

HSL color Cylindrical-coordinate representation of color #BA40D4: hue angle of 289.46º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BA40D4 is Cyan = 0.12, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 186 64 212 -
CMYK 0.12 0.70 0 0.17
HSL 289.46º 0.63% 0.54% -
HSV(B) 289.46º 0.7% 0.83% -
XYZ 33.97 18.86 64.14 -
YUV 117.35 181.42 176.97 -
System Red Green Blue C M Y K H S L
Decimal 186 64 212 0.12 0.70 0 0.17 289.46 0.63 0.54
Hex BA 40 D4 C 46 0 11 121 3F 36
Octal 272 100 324 14 106 0 21 441 77 66
Binary 10111010 1000000 11010100 1100 1000110 0 10001 100100001 111111 110110

Color Harmonies of #BA40D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA40D4

Black with #BA40D4

Text Example


Text Example

White with #BA40D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA40D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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