Html Css Color HEX #BA44CA Medium Orchid

📋 copy color: '#BA44CA'

red 186 ◦ green 68 ◦ blue 202

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

Shades of Medium Orchid #BA44CA

Tints of Medium Orchid #BA44CA

RGB

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

 GREEN value IS 68 (26.95% from 255) = 14.91%

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

R = 40.79%
G = 14.91%
B = 44.3%

CMYK

 C value IS 0.08

 M value IS 0.66

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BA44CA (or 0xBA44CA) is known color: Medium Orchid. HEX triplet: BA, 44 and CA. RGB value is (186,68,202). Sum of RGB (Red+Green+Blue) = 186+68+202=456 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.79% from 456); Green value is 68 (26.95% from 255 or 14.91% from 456); Blue value is 202 (79.30% from 255 or 44.30% from 456); Max value from RGB is 202 - color contains mainly: blue. Hex color #BA44CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA44CA is #45BB35. Grayscale: #767676. Windows color (decimal): -4569910 or 13255866. OLE color: 13255866.

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

Color convert

RGB 186 68 202 -
CMYK 0.08 0.66 0 0.21
HSL 292.84º 0.56% 0.53% -
HSV(B) 292.84º 0.66% 0.79% -
XYZ 32.98 18.84 57.78 -
YUV 118.56 175.09 176.1 -
System Red Green Blue C M Y K H S L
Decimal 186 68 202 0.08 0.66 0 0.21 292.84 0.56 0.53
Hex BA 44 CA 8 42 0 15 125 38 35
Octal 272 104 312 10 102 0 25 445 70 65
Binary 10111010 1000100 11001010 1000 1000010 0 10101 100100101 111000 110101

Color Harmonies of #BA44CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA44CA

Black with #BA44CA

Text Example


Text Example

White with #BA44CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA44CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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