Html Css Color HEX #BA32DE Medium Orchid

📋 copy color: '#BA32DE'

red 186 ◦ green 50 ◦ blue 222

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

Shades of Medium Orchid #BA32DE

Tints of Medium Orchid #BA32DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 48.47%

R = 40.61%
G = 10.92%
B = 48.47%

CMYK

 C value IS 0.16

 M value IS 0.77

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BA32DE (or 0xBA32DE) is known color: Medium Orchid. HEX triplet: BA, 32 and DE. RGB value is (186,50,222). Sum of RGB (Red+Green+Blue) = 186+50+222=458 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.61% from 458); Green value is 50 (19.92% from 255 or 10.92% from 458); Blue value is 222 (87.11% from 255 or 48.47% from 458); Max value from RGB is 222 - color contains mainly: blue. Hex color #BA32DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA32DE is #45CD21. Grayscale: #6D6D6D. Windows color (decimal): -4574498 or 14561978. OLE color: 14561978.

HSL color Cylindrical-coordinate representation of color #BA32DE: hue angle of 287.44º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BA32DE is Cyan = 0.16, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 186 50 222 -
CMYK 0.16 0.77 0 0.13
HSL 287.44º 0.72% 0.53% -
HSV(B) 287.44º 0.77% 0.87% -
XYZ 34.58 17.99 70.76 -
YUV 110.27 191.06 182.01 -
System Red Green Blue C M Y K H S L
Decimal 186 50 222 0.16 0.77 0 0.13 287.44 0.72 0.53
Hex BA 32 DE 10 4D 0 D 11F 48 35
Octal 272 62 336 20 115 0 15 437 110 65
Binary 10111010 110010 11011110 10000 1001101 0 1101 100011111 1001000 110101

Color Harmonies of #BA32DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA32DE

Black with #BA32DE

Text Example


Text Example

White with #BA32DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA32DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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