Html Css Color HEX #BA34EF Medium Orchid

📋 copy color: '#BA34EF'

red 186 ◦ green 52 ◦ blue 239

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

Shades of Medium Orchid #BA34EF

Tints of Medium Orchid #BA34EF

RGB

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

 GREEN value IS 52 (20.7% from 255) = 10.9%

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

R = 38.99%
G = 10.9%
B = 50.1%

CMYK

 C value IS 0.22

 M value IS 0.78

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BA34EF (or 0xBA34EF) is known color: Medium Orchid. HEX triplet: BA, 34 and EF. RGB value is (186,52,239). Sum of RGB (Red+Green+Blue) = 186+52+239=477 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.99% from 477); Green value is 52 (20.70% from 255 or 10.90% from 477); Blue value is 239 (93.75% from 255 or 50.10% from 477); Max value from RGB is 239 - color contains mainly: blue. Hex color #BA34EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA34EF is #45CB10. Grayscale: #707070. Windows color (decimal): -4573969 or 15676602. OLE color: 15676602.

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

Color convert

RGB 186 52 239 -
CMYK 0.22 0.78 0 0.06
HSL 282.99º 0.85% 0.57% -
HSV(B) 282.99º 0.78% 0.94% -
XYZ 37.06 19.13 83.4 -
YUV 113.38 198.89 179.79 -
System Red Green Blue C M Y K H S L
Decimal 186 52 239 0.22 0.78 0 0.06 282.99 0.85 0.57
Hex BA 34 EF 16 4E 0 6 11B 55 39
Octal 272 64 357 26 116 0 6 433 125 71
Binary 10111010 110100 11101111 10110 1001110 0 110 100011011 1010101 111001

Color Harmonies of #BA34EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA34EF

Black with #BA34EF

Text Example


Text Example

White with #BA34EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA34EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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