Html Css Color HEX #BA42E1 Medium Orchid

📋 copy color: '#BA42E1'

red 186 ◦ green 66 ◦ blue 225

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

Shades of Medium Orchid #BA42E1

Tints of Medium Orchid #BA42E1

RGB

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

 GREEN value IS 66 (26.17% from 255) = 13.84%

 BLUE value IS 225 (88.28% from 255) = 47.17%

R = 38.99%
G = 13.84%
B = 47.17%

CMYK

 C value IS 0.17

 M value IS 0.71

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BA42E1 (or 0xBA42E1) is known color: Medium Orchid. HEX triplet: BA, 42 and E1. RGB value is (186,66,225). Sum of RGB (Red+Green+Blue) = 186+66+225=477 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.99% from 477); Green value is 66 (26.17% from 255 or 13.84% from 477); Blue value is 225 (88.28% from 255 or 47.17% from 477); Max value from RGB is 225 - color contains mainly: blue. Hex color #BA42E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA42E1 is #45BD1E. Grayscale: #777777. Windows color (decimal): -4570399 or 14762682. OLE color: 14762682.

HSL color Cylindrical-coordinate representation of color #BA42E1: hue angle of 285.28º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BA42E1 is Cyan = 0.17, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 186 66 225 -
CMYK 0.17 0.71 0 0.12
HSL 285.28º 0.73% 0.57% -
HSV(B) 285.28º 0.71% 0.88% -
XYZ 35.79 19.77 73.16 -
YUV 120.01 187.26 175.07 -
System Red Green Blue C M Y K H S L
Decimal 186 66 225 0.17 0.71 0 0.12 285.28 0.73 0.57
Hex BA 42 E1 11 47 0 C 11D 49 39
Octal 272 102 341 21 107 0 14 435 111 71
Binary 10111010 1000010 11100001 10001 1000111 0 1100 100011101 1001001 111001

Color Harmonies of #BA42E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA42E1

Black with #BA42E1

Text Example


Text Example

White with #BA42E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA42E1; }

 p { color: rgb(186,66,225); }

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

background-color css

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

 a { background-color: rgb(186,66,225); }

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

border-color css

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

 span { border-color: rgb(186,66,225); }

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