Html Css Color HEX #BA41CA Medium Orchid

📋 copy color: '#BA41CA'

red 186 ◦ green 65 ◦ blue 202

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

Shades of Medium Orchid #BA41CA

Tints of Medium Orchid #BA41CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 44.59%

R = 41.06%
G = 14.35%
B = 44.59%

CMYK

 C value IS 0.08

 M value IS 0.68

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BA41CA (or 0xBA41CA) is known color: Medium Orchid. HEX triplet: BA, 41 and CA. RGB value is (186,65,202). Sum of RGB (Red+Green+Blue) = 186+65+202=453 (60% of max value = 765). Red value is 186 (73.05% from 255 or 41.06% from 453); Green value is 65 (25.78% from 255 or 14.35% from 453); Blue value is 202 (79.30% from 255 or 44.59% from 453); Max value from RGB is 202 - color contains mainly: blue. Hex color #BA41CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA41CA is #45BE35. Grayscale: #747474. Windows color (decimal): -4570678 or 13255098. OLE color: 13255098.

HSL color Cylindrical-coordinate representation of color #BA41CA: hue angle of 292.99º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BA41CA is Cyan = 0.08, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 186 65 202 -
CMYK 0.08 0.68 0 0.21
HSL 292.99º 0.56% 0.52% -
HSV(B) 292.99º 0.68% 0.79% -
XYZ 32.8 18.48 57.72 -
YUV 116.8 176.09 177.36 -
System Red Green Blue C M Y K H S L
Decimal 186 65 202 0.08 0.68 0 0.21 292.99 0.56 0.52
Hex BA 41 CA 8 44 0 15 125 38 34
Octal 272 101 312 10 104 0 25 445 70 64
Binary 10111010 1000001 11001010 1000 1000100 0 10101 100100101 111000 110100

Color Harmonies of #BA41CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA41CA

Black with #BA41CA

Text Example


Text Example

White with #BA41CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA41CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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