Html Css Color HEX #BA3BEC Medium Orchid

📋 copy color: '#BA3BEC'

red 186 ◦ green 59 ◦ blue 236

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

Shades of Medium Orchid #BA3BEC

Tints of Medium Orchid #BA3BEC

RGB

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

 GREEN value IS 59 (23.44% from 255) = 12.27%

 BLUE value IS 236 (92.58% from 255) = 49.06%

R = 38.67%
G = 12.27%
B = 49.06%

CMYK

 C value IS 0.21

 M value IS 0.75

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BA3BEC (or 0xBA3BEC) is known color: Medium Orchid. HEX triplet: BA, 3B and EC. RGB value is (186,59,236). Sum of RGB (Red+Green+Blue) = 186+59+236=481 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.67% from 481); Green value is 59 (23.44% from 255 or 12.27% from 481); Blue value is 236 (92.58% from 255 or 49.06% from 481); Max value from RGB is 236 - color contains mainly: blue. Hex color #BA3BEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA3BEC is #45C413. Grayscale: #747474. Windows color (decimal): -4572180 or 15481786. OLE color: 15481786.

HSL color Cylindrical-coordinate representation of color #BA3BEC: hue angle of 283.05º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BA3BEC is Cyan = 0.21, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 186 59 236 -
CMYK 0.21 0.75 0 0.07
HSL 283.05º 0.82% 0.58% -
HSV(B) 283.05º 0.75% 0.93% -
XYZ 36.95 19.62 81.2 -
YUV 117.15 195.08 177.11 -
System Red Green Blue C M Y K H S L
Decimal 186 59 236 0.21 0.75 0 0.07 283.05 0.82 0.58
Hex BA 3B EC 15 4B 0 7 11B 52 3A
Octal 272 73 354 25 113 0 7 433 122 72
Binary 10111010 111011 11101100 10101 1001011 0 111 100011011 1010010 111010

Color Harmonies of #BA3BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3BEC

Black with #BA3BEC

Text Example


Text Example

White with #BA3BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3BEC; }

 p { color: rgb(186,59,236); }

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

background-color css

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

 a { background-color: rgb(186,59,236); }

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

border-color css

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

 span { border-color: rgb(186,59,236); }

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