Html Css Color HEX #BA40CE Medium Orchid

📋 copy color: '#BA40CE'

red 186 ◦ green 64 ◦ blue 206

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

Shades of Medium Orchid #BA40CE

Tints of Medium Orchid #BA40CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 45.18%

R = 40.79%
G = 14.04%
B = 45.18%

CMYK

 C value IS 0.10

 M value IS 0.69

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BA40CE (or 0xBA40CE) is known color: Medium Orchid. HEX triplet: BA, 40 and CE. RGB value is (186,64,206). Sum of RGB (Red+Green+Blue) = 186+64+206=456 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.79% from 456); Green value is 64 (25.39% from 255 or 14.04% from 456); Blue value is 206 (80.86% from 255 or 45.18% from 456); Max value from RGB is 206 - color contains mainly: blue. Hex color #BA40CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA40CE is #45BF31. Grayscale: #747474. Windows color (decimal): -4570930 or 13516986. OLE color: 13516986.

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

Color convert

RGB 186 64 206 -
CMYK 0.10 0.69 0 0.19
HSL 291.55º 0.59% 0.53% -
HSV(B) 291.55º 0.69% 0.81% -
XYZ 33.22 18.56 60.22 -
YUV 116.67 178.42 177.45 -
System Red Green Blue C M Y K H S L
Decimal 186 64 206 0.10 0.69 0 0.19 291.55 0.59 0.53
Hex BA 40 CE A 45 0 13 124 3B 35
Octal 272 100 316 12 105 0 23 444 73 65
Binary 10111010 1000000 11001110 1010 1000101 0 10011 100100100 111011 110101

Color Harmonies of #BA40CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA40CE

Black with #BA40CE

Text Example


Text Example

White with #BA40CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA40CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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