Html Css Color HEX #BA41DA Medium Orchid

📋 copy color: '#BA41DA'

red 186 ◦ green 65 ◦ blue 218

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

Shades of Medium Orchid #BA41DA

Tints of Medium Orchid #BA41DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 46.48%

R = 39.66%
G = 13.86%
B = 46.48%

CMYK

 C value IS 0.15

 M value IS 0.70

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BA41DA (or 0xBA41DA) is known color: Medium Orchid. HEX triplet: BA, 41 and DA. RGB value is (186,65,218). Sum of RGB (Red+Green+Blue) = 186+65+218=469 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.66% from 469); Green value is 65 (25.78% from 255 or 13.86% from 469); Blue value is 218 (85.55% from 255 or 46.48% from 469); Max value from RGB is 218 - color contains mainly: blue. Hex color #BA41DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA41DA is #45BE25. Grayscale: #767676. Windows color (decimal): -4570662 or 14303674. OLE color: 14303674.

HSL color Cylindrical-coordinate representation of color #BA41DA: hue angle of 287.45º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BA41DA is Cyan = 0.15, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 186 65 218 -
CMYK 0.15 0.70 0 0.15
HSL 287.45º 0.67% 0.55% -
HSV(B) 287.45º 0.7% 0.85% -
XYZ 34.79 19.28 68.22 -
YUV 118.62 184.09 176.06 -
System Red Green Blue C M Y K H S L
Decimal 186 65 218 0.15 0.70 0 0.15 287.45 0.67 0.55
Hex BA 41 DA F 46 0 F 11F 43 37
Octal 272 101 332 17 106 0 17 437 103 67
Binary 10111010 1000001 11011010 1111 1000110 0 1111 100011111 1000011 110111

Color Harmonies of #BA41DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA41DA

Black with #BA41DA

Text Example


Text Example

White with #BA41DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA41DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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