Html Css Color HEX #BA32DF Medium Orchid

📋 copy color: '#BA32DF'

red 186 ◦ green 50 ◦ blue 223

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

Shades of Medium Orchid #BA32DF

Tints of Medium Orchid #BA32DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 48.58%

R = 40.52%
G = 10.89%
B = 48.58%

CMYK

 C value IS 0.17

 M value IS 0.78

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BA32DF (or 0xBA32DF) is known color: Medium Orchid. HEX triplet: BA, 32 and DF. RGB value is (186,50,223). Sum of RGB (Red+Green+Blue) = 186+50+223=459 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.52% from 459); Green value is 50 (19.92% from 255 or 10.89% from 459); Blue value is 223 (87.5% from 255 or 48.58% from 459); Max value from RGB is 223 - color contains mainly: blue. Hex color #BA32DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA32DF is #45CD20. Grayscale: #6D6D6D. Windows color (decimal): -4574497 or 14627514. OLE color: 14627514.

HSL color Cylindrical-coordinate representation of color #BA32DF: hue angle of 287.17º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BA32DF is Cyan = 0.17, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 186 50 223 -
CMYK 0.17 0.78 0 0.13
HSL 287.17º 0.73% 0.54% -
HSV(B) 287.17º 0.78% 0.87% -
XYZ 34.71 18.05 71.47 -
YUV 110.39 191.56 181.93 -
System Red Green Blue C M Y K H S L
Decimal 186 50 223 0.17 0.78 0 0.13 287.17 0.73 0.54
Hex BA 32 DF 11 4E 0 D 11F 49 36
Octal 272 62 337 21 116 0 15 437 111 66
Binary 10111010 110010 11011111 10001 1001110 0 1101 100011111 1001001 110110

Color Harmonies of #BA32DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA32DF

Black with #BA32DF

Text Example


Text Example

White with #BA32DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA32DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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