Html Css Color HEX #BA34DB Medium Orchid

📋 copy color: '#BA34DB'

red 186 ◦ green 52 ◦ blue 219

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

Shades of Medium Orchid #BA34DB

Tints of Medium Orchid #BA34DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 47.92%

R = 40.7%
G = 11.38%
B = 47.92%

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

#BA34DB (or 0xBA34DB) is known color: Medium Orchid. HEX triplet: BA, 34 and DB. RGB value is (186,52,219). Sum of RGB (Red+Green+Blue) = 186+52+219=457 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.70% from 457); Green value is 52 (20.70% from 255 or 11.38% from 457); Blue value is 219 (85.94% from 255 or 47.92% from 457); Max value from RGB is 219 - color contains mainly: blue. Hex color #BA34DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA34DB is #45CB24. Grayscale: #6E6E6E. Windows color (decimal): -4573989 or 14365882. OLE color: 14365882.

HSL color Cylindrical-coordinate representation of color #BA34DB: hue angle of 288.14º degrees, saturation: 0.7, 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 #BA34DB is Cyan = 0.15, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 186 52 219 -
CMYK 0.15 0.76 0 0.14
HSL 288.14º 0.7% 0.53% -
HSV(B) 288.14º 0.76% 0.86% -
XYZ 34.26 18.01 68.69 -
YUV 111.1 188.89 181.42 -
System Red Green Blue C M Y K H S L
Decimal 186 52 219 0.15 0.76 0 0.14 288.14 0.7 0.53
Hex BA 34 DB F 4C 0 E 120 46 35
Octal 272 64 333 17 114 0 16 440 106 65
Binary 10111010 110100 11011011 1111 1001100 0 1110 100100000 1000110 110101

Color Harmonies of #BA34DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA34DB

Black with #BA34DB

Text Example


Text Example

White with #BA34DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA34DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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