Html Css Color HEX #BA34E3 Medium Orchid

📋 copy color: '#BA34E3'

red 186 ◦ green 52 ◦ blue 227

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

Shades of Medium Orchid #BA34E3

Tints of Medium Orchid #BA34E3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 48.82%

R = 40%
G = 11.18%
B = 48.82%

CMYK

 C value IS 0.18

 M value IS 0.77

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BA34E3 (or 0xBA34E3) is known color: Medium Orchid. HEX triplet: BA, 34 and E3. RGB value is (186,52,227). Sum of RGB (Red+Green+Blue) = 186+52+227=465 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40% from 465); Green value is 52 (20.70% from 255 or 11.18% from 465); Blue value is 227 (89.06% from 255 or 48.82% from 465); Max value from RGB is 227 - color contains mainly: blue. Hex color #BA34E3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA34E3 is #45CB1C. Grayscale: #6F6F6F. Windows color (decimal): -4573981 or 14890170. OLE color: 14890170.

HSL color Cylindrical-coordinate representation of color #BA34E3: hue angle of 285.94º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BA34E3 is Cyan = 0.18, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 186 52 227 -
CMYK 0.18 0.77 0 0.11
HSL 285.94º 0.76% 0.55% -
HSV(B) 285.94º 0.77% 0.89% -
XYZ 35.34 18.44 74.37 -
YUV 112.02 192.89 180.77 -
System Red Green Blue C M Y K H S L
Decimal 186 52 227 0.18 0.77 0 0.11 285.94 0.76 0.55
Hex BA 34 E3 12 4D 0 B 11E 4C 37
Octal 272 64 343 22 115 0 13 436 114 67
Binary 10111010 110100 11100011 10010 1001101 0 1011 100011110 1001100 110111

Color Harmonies of #BA34E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA34E3

Black with #BA34E3

Text Example


Text Example

White with #BA34E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA34E3; }

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

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

background-color css

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

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

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

border-color css

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

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

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