Html Css Color HEX #BA41CF Medium Orchid

📋 copy color: '#BA41CF'

red 186 ◦ green 65 ◦ blue 207

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

Shades of Medium Orchid #BA41CF

Tints of Medium Orchid #BA41CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 45.2%

R = 40.61%
G = 14.19%
B = 45.2%

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

#BA41CF (or 0xBA41CF) is known color: Medium Orchid. HEX triplet: BA, 41 and CF. RGB value is (186,65,207). Sum of RGB (Red+Green+Blue) = 186+65+207=458 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.61% from 458); Green value is 65 (25.78% from 255 or 14.19% from 458); Blue value is 207 (81.25% from 255 or 45.20% from 458); Max value from RGB is 207 - color contains mainly: blue. Hex color #BA41CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA41CF is #45BE30. Grayscale: #747474. Windows color (decimal): -4570673 or 13582778. OLE color: 13582778.

HSL color Cylindrical-coordinate representation of color #BA41CF: hue angle of 291.13º degrees, saturation: 0.6, 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 #BA41CF is Cyan = 0.10, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 186 65 207 -
CMYK 0.10 0.69 0 0.19
HSL 291.13º 0.6% 0.53% -
HSV(B) 291.13º 0.69% 0.81% -
XYZ 33.4 18.72 60.89 -
YUV 117.37 178.59 176.95 -
System Red Green Blue C M Y K H S L
Decimal 186 65 207 0.10 0.69 0 0.19 291.13 0.6 0.53
Hex BA 41 CF A 45 0 13 123 3C 35
Octal 272 101 317 12 105 0 23 443 74 65
Binary 10111010 1000001 11001111 1010 1000101 0 10011 100100011 111100 110101

Color Harmonies of #BA41CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA41CF

Black with #BA41CF

Text Example


Text Example

White with #BA41CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA41CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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