Html Css Color HEX #BA3FEC Medium Orchid

📋 copy color: '#BA3FEC'

red 186 ◦ green 63 ◦ blue 236

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

Shades of Medium Orchid #BA3FEC

Tints of Medium Orchid #BA3FEC

RGB

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

 GREEN value IS 63 (25% from 255) = 12.99%

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

R = 38.35%
G = 12.99%
B = 48.66%

CMYK

 C value IS 0.21

 M value IS 0.73

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BA3FEC (or 0xBA3FEC) is known color: Medium Orchid. HEX triplet: BA, 3F and EC. RGB value is (186,63,236). Sum of RGB (Red+Green+Blue) = 186+63+236=485 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.35% from 485); Green value is 63 (25% from 255 or 12.99% from 485); Blue value is 236 (92.58% from 255 or 48.66% from 485); Max value from RGB is 236 - color contains mainly: blue. Hex color #BA3FEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA3FEC is #45C013. Grayscale: #767676. Windows color (decimal): -4571156 or 15482810. OLE color: 15482810.

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

Color convert

RGB 186 63 236 -
CMYK 0.21 0.73 0 0.07
HSL 282.66º 0.82% 0.59% -
HSV(B) 282.66º 0.73% 0.93% -
XYZ 37.17 20.05 81.27 -
YUV 119.5 193.75 175.43 -
System Red Green Blue C M Y K H S L
Decimal 186 63 236 0.21 0.73 0 0.07 282.66 0.82 0.59
Hex BA 3F EC 15 49 0 7 11B 52 3B
Octal 272 77 354 25 111 0 7 433 122 73
Binary 10111010 111111 11101100 10101 1001001 0 111 100011011 1010010 111011

Color Harmonies of #BA3FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3FEC

Black with #BA3FEC

Text Example


Text Example

White with #BA3FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3FEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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