Html Css Color HEX #BA32E9 Medium Orchid

📋 copy color: '#BA32E9'

red 186 ◦ green 50 ◦ blue 233

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

Shades of Medium Orchid #BA32E9

Tints of Medium Orchid #BA32E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 49.68%

R = 39.66%
G = 10.66%
B = 49.68%

CMYK

 C value IS 0.20

 M value IS 0.79

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BA32E9 (or 0xBA32E9) is known color: Medium Orchid. HEX triplet: BA, 32 and E9. RGB value is (186,50,233). Sum of RGB (Red+Green+Blue) = 186+50+233=469 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.66% from 469); Green value is 50 (19.92% from 255 or 10.66% from 469); Blue value is 233 (91.41% from 255 or 49.68% from 469); Max value from RGB is 233 - color contains mainly: blue. Hex color #BA32E9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA32E9 is #45CD16. Grayscale: #6E6E6E. Windows color (decimal): -4574487 or 15282874. OLE color: 15282874.

HSL color Cylindrical-coordinate representation of color #BA32E9: hue angle of 284.59º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BA32E9 is Cyan = 0.20, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 186 50 233 -
CMYK 0.20 0.79 0 0.09
HSL 284.59º 0.81% 0.55% -
HSV(B) 284.59º 0.79% 0.91% -
XYZ 36.1 18.6 78.78 -
YUV 111.53 196.56 181.12 -
System Red Green Blue C M Y K H S L
Decimal 186 50 233 0.20 0.79 0 0.09 284.59 0.81 0.55
Hex BA 32 E9 14 4F 0 9 11D 51 37
Octal 272 62 351 24 117 0 11 435 121 67
Binary 10111010 110010 11101001 10100 1001111 0 1001 100011101 1010001 110111

Color Harmonies of #BA32E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA32E9

Black with #BA32E9

Text Example


Text Example

White with #BA32E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA32E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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