Html Css Color HEX #BA32E8 Medium Orchid

📋 copy color: '#BA32E8'

red 186 ◦ green 50 ◦ blue 232

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

Shades of Medium Orchid #BA32E8

Tints of Medium Orchid #BA32E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 49.57%

R = 39.74%
G = 10.68%
B = 49.57%

CMYK

 C value IS 0.20

 M value IS 0.78

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BA32E8 (or 0xBA32E8) is known color: Medium Orchid. HEX triplet: BA, 32 and E8. RGB value is (186,50,232). Sum of RGB (Red+Green+Blue) = 186+50+232=468 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.74% from 468); Green value is 50 (19.92% from 255 or 10.68% from 468); Blue value is 232 (91.02% from 255 or 49.57% from 468); Max value from RGB is 232 - color contains mainly: blue. Hex color #BA32E8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA32E8 is #45CD17. Grayscale: #6E6E6E. Windows color (decimal): -4574488 or 15217338. OLE color: 15217338.

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

Color convert

RGB 186 50 232 -
CMYK 0.20 0.78 0 0.09
HSL 284.84º 0.8% 0.55% -
HSV(B) 284.84º 0.78% 0.91% -
XYZ 35.96 18.55 78.03 -
YUV 111.41 196.06 181.2 -
System Red Green Blue C M Y K H S L
Decimal 186 50 232 0.20 0.78 0 0.09 284.84 0.8 0.55
Hex BA 32 E8 14 4E 0 9 11D 50 37
Octal 272 62 350 24 116 0 11 435 120 67
Binary 10111010 110010 11101000 10100 1001110 0 1001 100011101 1010000 110111

Color Harmonies of #BA32E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA32E8

Black with #BA32E8

Text Example


Text Example

White with #BA32E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA32E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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