Html Css Color HEX #BA32EE Medium Orchid

📋 copy color: '#BA32EE'

red 186 ◦ green 50 ◦ blue 238

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

Shades of Medium Orchid #BA32EE

Tints of Medium Orchid #BA32EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 50.21%

R = 39.24%
G = 10.55%
B = 50.21%

CMYK

 C value IS 0.22

 M value IS 0.79

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BA32EE (or 0xBA32EE) is known color: Medium Orchid. HEX triplet: BA, 32 and EE. RGB value is (186,50,238). Sum of RGB (Red+Green+Blue) = 186+50+238=474 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.24% from 474); Green value is 50 (19.92% from 255 or 10.55% from 474); Blue value is 238 (93.36% from 255 or 50.21% from 474); Max value from RGB is 238 - color contains mainly: blue. Hex color #BA32EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA32EE is #45CD11. Grayscale: #6F6F6F. Windows color (decimal): -4574482 or 15610554. OLE color: 15610554.

HSL color Cylindrical-coordinate representation of color #BA32EE: hue angle of 283.4º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BA32EE is Cyan = 0.22, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 186 50 238 -
CMYK 0.22 0.79 0 0.07
HSL 283.4º 0.85% 0.56% -
HSV(B) 283.4º 0.79% 0.93% -
XYZ 36.82 18.89 82.59 -
YUV 112.1 199.06 180.71 -
System Red Green Blue C M Y K H S L
Decimal 186 50 238 0.22 0.79 0 0.07 283.4 0.85 0.56
Hex BA 32 EE 16 4F 0 7 11B 55 38
Octal 272 62 356 26 117 0 7 433 125 70
Binary 10111010 110010 11101110 10110 1001111 0 111 100011011 1010101 111000

Color Harmonies of #BA32EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA32EE

Black with #BA32EE

Text Example


Text Example

White with #BA32EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA32EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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