Html Css Color HEX #BA32E4 Medium Orchid

📋 copy color: '#BA32E4'

red 186 ◦ green 50 ◦ blue 228

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

Shades of Medium Orchid #BA32E4

Tints of Medium Orchid #BA32E4

RGB

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

 GREEN value IS 50 (19.92% from 255) = 10.78%

 BLUE value IS 228 (89.45% from 255) = 49.14%

R = 40.09%
G = 10.78%
B = 49.14%

CMYK

 C value IS 0.18

 M value IS 0.78

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BA32E4 (or 0xBA32E4) is known color: Medium Orchid. HEX triplet: BA, 32 and E4. RGB value is (186,50,228). Sum of RGB (Red+Green+Blue) = 186+50+228=464 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.09% from 464); Green value is 50 (19.92% from 255 or 10.78% from 464); Blue value is 228 (89.45% from 255 or 49.14% from 464); Max value from RGB is 228 - color contains mainly: blue. Hex color #BA32E4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA32E4 is #45CD1B. Grayscale: #6E6E6E. Windows color (decimal): -4574492 or 14955194. OLE color: 14955194.

HSL color Cylindrical-coordinate representation of color #BA32E4: hue angle of 285.84º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BA32E4 is Cyan = 0.18, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 186 50 228 -
CMYK 0.18 0.78 0 0.11
HSL 285.84º 0.77% 0.55% -
HSV(B) 285.84º 0.78% 0.89% -
XYZ 35.39 18.32 75.07 -
YUV 110.96 194.06 181.53 -
System Red Green Blue C M Y K H S L
Decimal 186 50 228 0.18 0.78 0 0.11 285.84 0.77 0.55
Hex BA 32 E4 12 4E 0 B 11E 4D 37
Octal 272 62 344 22 116 0 13 436 115 67
Binary 10111010 110010 11100100 10010 1001110 0 1011 100011110 1001101 110111

Color Harmonies of #BA32E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA32E4

Black with #BA32E4

Text Example


Text Example

White with #BA32E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA32E4; }

 p { color: rgb(186,50,228); }

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

background-color css

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

 a { background-color: rgb(186,50,228); }

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

border-color css

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

 span { border-color: rgb(186,50,228); }

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