Html Css Color HEX #BA34EC Medium Orchid

📋 copy color: '#BA34EC'

red 186 ◦ green 52 ◦ blue 236

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

Shades of Medium Orchid #BA34EC

Tints of Medium Orchid #BA34EC

RGB

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

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

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

R = 39.24%
G = 10.97%
B = 49.79%

CMYK

 C value IS 0.21

 M value IS 0.78

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BA34EC (or 0xBA34EC) is known color: Medium Orchid. HEX triplet: BA, 34 and EC. RGB value is (186,52,236). Sum of RGB (Red+Green+Blue) = 186+52+236=474 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.24% from 474); Green value is 52 (20.70% from 255 or 10.97% from 474); Blue value is 236 (92.58% from 255 or 49.79% from 474); Max value from RGB is 236 - color contains mainly: blue. Hex color #BA34EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA34EC is #45CB13. Grayscale: #707070. Windows color (decimal): -4573972 or 15479994. OLE color: 15479994.

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

Color convert

RGB 186 52 236 -
CMYK 0.21 0.78 0 0.07
HSL 283.7º 0.83% 0.56% -
HSV(B) 283.7º 0.78% 0.93% -
XYZ 36.62 18.95 81.08 -
YUV 113.04 197.39 180.04 -
System Red Green Blue C M Y K H S L
Decimal 186 52 236 0.21 0.78 0 0.07 283.7 0.83 0.56
Hex BA 34 EC 15 4E 0 7 11C 53 38
Octal 272 64 354 25 116 0 7 434 123 70
Binary 10111010 110100 11101100 10101 1001110 0 111 100011100 1010011 111000

Color Harmonies of #BA34EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA34EC

Black with #BA34EC

Text Example


Text Example

White with #BA34EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA34EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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