Html Css Color HEX #BA40CD Medium Orchid

📋 copy color: '#BA40CD'

red 186 ◦ green 64 ◦ blue 205

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

Shades of Medium Orchid #BA40CD

Tints of Medium Orchid #BA40CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 45.05%

R = 40.88%
G = 14.07%
B = 45.05%

CMYK

 C value IS 0.09

 M value IS 0.69

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BA40CD (or 0xBA40CD) is known color: Medium Orchid. HEX triplet: BA, 40 and CD. RGB value is (186,64,205). Sum of RGB (Red+Green+Blue) = 186+64+205=455 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.88% from 455); Green value is 64 (25.39% from 255 or 14.07% from 455); Blue value is 205 (80.47% from 255 or 45.05% from 455); Max value from RGB is 205 - color contains mainly: blue. Hex color #BA40CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA40CD is #45BF32. Grayscale: #747474. Windows color (decimal): -4570931 or 13451450. OLE color: 13451450.

HSL color Cylindrical-coordinate representation of color #BA40CD: hue angle of 291.91º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BA40CD is Cyan = 0.09, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 186 64 205 -
CMYK 0.09 0.69 0 0.20
HSL 291.91º 0.59% 0.53% -
HSV(B) 291.91º 0.69% 0.8% -
XYZ 33.1 18.51 59.59 -
YUV 116.55 177.92 177.54 -
System Red Green Blue C M Y K H S L
Decimal 186 64 205 0.09 0.69 0 0.20 291.91 0.59 0.53
Hex BA 40 CD 9 45 0 14 124 3B 35
Octal 272 100 315 11 105 0 24 444 73 65
Binary 10111010 1000000 11001101 1001 1000101 0 10100 100100100 111011 110101

Color Harmonies of #BA40CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA40CD

Black with #BA40CD

Text Example


Text Example

White with #BA40CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA40CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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