Html Css Color HEX #BA41CE Medium Orchid

📋 copy color: '#BA41CE'

red 186 ◦ green 65 ◦ blue 206

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

Shades of Medium Orchid #BA41CE

Tints of Medium Orchid #BA41CE

RGB

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

 GREEN value IS 65 (25.78% from 255) = 14.22%

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

R = 40.7%
G = 14.22%
B = 45.08%

CMYK

 C value IS 0.10

 M value IS 0.68

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BA41CE (or 0xBA41CE) is known color: Medium Orchid. HEX triplet: BA, 41 and CE. RGB value is (186,65,206). Sum of RGB (Red+Green+Blue) = 186+65+206=457 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.70% from 457); Green value is 65 (25.78% from 255 or 14.22% from 457); Blue value is 206 (80.86% from 255 or 45.08% from 457); Max value from RGB is 206 - color contains mainly: blue. Hex color #BA41CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA41CE is #45BE31. Grayscale: #747474. Windows color (decimal): -4570674 or 13517242. OLE color: 13517242.

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

Color convert

RGB 186 65 206 -
CMYK 0.10 0.68 0 0.19
HSL 291.49º 0.59% 0.53% -
HSV(B) 291.49º 0.68% 0.81% -
XYZ 33.28 18.68 60.24 -
YUV 117.25 178.09 177.04 -
System Red Green Blue C M Y K H S L
Decimal 186 65 206 0.10 0.68 0 0.19 291.49 0.59 0.53
Hex BA 41 CE A 44 0 13 123 3B 35
Octal 272 101 316 12 104 0 23 443 73 65
Binary 10111010 1000001 11001110 1010 1000100 0 10011 100100011 111011 110101

Color Harmonies of #BA41CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA41CE

Black with #BA41CE

Text Example


Text Example

White with #BA41CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA41CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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