Html Css Color HEX #BA3BEF Medium Orchid

📋 copy color: '#BA3BEF'

red 186 ◦ green 59 ◦ blue 239

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

Shades of Medium Orchid #BA3BEF

Tints of Medium Orchid #BA3BEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 49.38%

R = 38.43%
G = 12.19%
B = 49.38%

CMYK

 C value IS 0.22

 M value IS 0.75

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BA3BEF (or 0xBA3BEF) is known color: Medium Orchid. HEX triplet: BA, 3B and EF. RGB value is (186,59,239). Sum of RGB (Red+Green+Blue) = 186+59+239=484 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.43% from 484); Green value is 59 (23.44% from 255 or 12.19% from 484); Blue value is 239 (93.75% from 255 or 49.38% from 484); Max value from RGB is 239 - color contains mainly: blue. Hex color #BA3BEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA3BEF is #45C410. Grayscale: #747474. Windows color (decimal): -4572177 or 15678394. OLE color: 15678394.

HSL color Cylindrical-coordinate representation of color #BA3BEF: hue angle of 282.33º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BA3BEF is Cyan = 0.22, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 186 59 239 -
CMYK 0.22 0.75 0 0.06
HSL 282.33º 0.85% 0.58% -
HSV(B) 282.33º 0.75% 0.94% -
XYZ 37.39 19.8 83.51 -
YUV 117.49 196.58 176.86 -
System Red Green Blue C M Y K H S L
Decimal 186 59 239 0.22 0.75 0 0.06 282.33 0.85 0.58
Hex BA 3B EF 16 4B 0 6 11A 55 3A
Octal 272 73 357 26 113 0 6 432 125 72
Binary 10111010 111011 11101111 10110 1001011 0 110 100011010 1010101 111010

Color Harmonies of #BA3BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3BEF

Black with #BA3BEF

Text Example


Text Example

White with #BA3BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3BEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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