Html Css Color HEX #BA34DD Medium Orchid

📋 copy color: '#BA34DD'

red 186 ◦ green 52 ◦ blue 221

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

Shades of Medium Orchid #BA34DD

Tints of Medium Orchid #BA34DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 48.15%

R = 40.52%
G = 11.33%
B = 48.15%

CMYK

 C value IS 0.16

 M value IS 0.76

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BA34DD (or 0xBA34DD) is known color: Medium Orchid. HEX triplet: BA, 34 and DD. RGB value is (186,52,221). Sum of RGB (Red+Green+Blue) = 186+52+221=459 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.52% from 459); Green value is 52 (20.70% from 255 or 11.33% from 459); Blue value is 221 (86.72% from 255 or 48.15% from 459); Max value from RGB is 221 - color contains mainly: blue. Hex color #BA34DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA34DD is #45CB22. Grayscale: #6E6E6E. Windows color (decimal): -4573987 or 14496954. OLE color: 14496954.

HSL color Cylindrical-coordinate representation of color #BA34DD: hue angle of 287.57º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BA34DD is Cyan = 0.16, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 186 52 221 -
CMYK 0.16 0.76 0 0.13
HSL 287.57º 0.71% 0.54% -
HSV(B) 287.57º 0.76% 0.87% -
XYZ 34.53 18.12 70.08 -
YUV 111.33 189.89 181.26 -
System Red Green Blue C M Y K H S L
Decimal 186 52 221 0.16 0.76 0 0.13 287.57 0.71 0.54
Hex BA 34 DD 10 4C 0 D 120 47 36
Octal 272 64 335 20 114 0 15 440 107 66
Binary 10111010 110100 11011101 10000 1001100 0 1101 100100000 1000111 110110

Color Harmonies of #BA34DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA34DD

Black with #BA34DD

Text Example


Text Example

White with #BA34DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA34DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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