Html Css Color HEX #BA32E6 Medium Orchid

📋 copy color: '#BA32E6'

red 186 ◦ green 50 ◦ blue 230

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

Shades of Medium Orchid #BA32E6

Tints of Medium Orchid #BA32E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 49.36%

R = 39.91%
G = 10.73%
B = 49.36%

CMYK

 C value IS 0.19

 M value IS 0.78

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BA32E6 (or 0xBA32E6) is known color: Medium Orchid. HEX triplet: BA, 32 and E6. RGB value is (186,50,230). Sum of RGB (Red+Green+Blue) = 186+50+230=466 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.91% from 466); Green value is 50 (19.92% from 255 or 10.73% from 466); Blue value is 230 (90.23% from 255 or 49.36% from 466); Max value from RGB is 230 - color contains mainly: blue. Hex color #BA32E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA32E6 is #45CD19. Grayscale: #6E6E6E. Windows color (decimal): -4574490 or 15086266. OLE color: 15086266.

HSL color Cylindrical-coordinate representation of color #BA32E6: hue angle of 285.33º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BA32E6 is Cyan = 0.19, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 186 50 230 -
CMYK 0.19 0.78 0 0.10
HSL 285.33º 0.78% 0.55% -
HSV(B) 285.33º 0.78% 0.9% -
XYZ 35.67 18.43 76.54 -
YUV 111.18 195.06 181.36 -
System Red Green Blue C M Y K H S L
Decimal 186 50 230 0.19 0.78 0 0.10 285.33 0.78 0.55
Hex BA 32 E6 13 4E 0 A 11D 4E 37
Octal 272 62 346 23 116 0 12 435 116 67
Binary 10111010 110010 11100110 10011 1001110 0 1010 100011101 1001110 110111

Color Harmonies of #BA32E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA32E6

Black with #BA32E6

Text Example


Text Example

White with #BA32E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA32E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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