Html Css Color HEX #BA34DC Medium Orchid

📋 copy color: '#BA34DC'

red 186 ◦ green 52 ◦ blue 220

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

Shades of Medium Orchid #BA34DC

Tints of Medium Orchid #BA34DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 48.03%

R = 40.61%
G = 11.35%
B = 48.03%

CMYK

 C value IS 0.15

 M value IS 0.76

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BA34DC (or 0xBA34DC) is known color: Medium Orchid. HEX triplet: BA, 34 and DC. RGB value is (186,52,220). Sum of RGB (Red+Green+Blue) = 186+52+220=458 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.61% from 458); Green value is 52 (20.70% from 255 or 11.35% from 458); Blue value is 220 (86.33% from 255 or 48.03% from 458); Max value from RGB is 220 - color contains mainly: blue. Hex color #BA34DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA34DC is #45CB23. Grayscale: #6E6E6E. Windows color (decimal): -4573988 or 14431418. OLE color: 14431418.

HSL color Cylindrical-coordinate representation of color #BA34DC: hue angle of 287.86º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BA34DC is Cyan = 0.15, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 186 52 220 -
CMYK 0.15 0.76 0 0.14
HSL 287.86º 0.71% 0.53% -
HSV(B) 287.86º 0.76% 0.86% -
XYZ 34.4 18.06 69.38 -
YUV 111.22 189.39 181.34 -
System Red Green Blue C M Y K H S L
Decimal 186 52 220 0.15 0.76 0 0.14 287.86 0.71 0.53
Hex BA 34 DC F 4C 0 E 120 47 35
Octal 272 64 334 17 114 0 16 440 107 65
Binary 10111010 110100 11011100 1111 1001100 0 1110 100100000 1000111 110101

Color Harmonies of #BA34DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA34DC

Black with #BA34DC

Text Example


Text Example

White with #BA34DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA34DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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