Html Css Color HEX #BA34D8 Medium Orchid

📋 copy color: '#BA34D8'

red 186 ◦ green 52 ◦ blue 216

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

Shades of Medium Orchid #BA34D8

Tints of Medium Orchid #BA34D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 47.58%

R = 40.97%
G = 11.45%
B = 47.58%

CMYK

 C value IS 0.14

 M value IS 0.76

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BA34D8 (or 0xBA34D8) is known color: Medium Orchid. HEX triplet: BA, 34 and D8. RGB value is (186,52,216). Sum of RGB (Red+Green+Blue) = 186+52+216=454 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.97% from 454); Green value is 52 (20.70% from 255 or 11.45% from 454); Blue value is 216 (84.77% from 255 or 47.58% from 454); Max value from RGB is 216 - color contains mainly: blue. Hex color #BA34D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA34D8 is #45CB27. Grayscale: #6E6E6E. Windows color (decimal): -4573992 or 14169274. OLE color: 14169274.

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

Color convert

RGB 186 52 216 -
CMYK 0.14 0.76 0 0.15
HSL 289.02º 0.68% 0.53% -
HSV(B) 289.02º 0.76% 0.85% -
XYZ 33.87 17.85 66.63 -
YUV 110.76 187.39 181.66 -
System Red Green Blue C M Y K H S L
Decimal 186 52 216 0.14 0.76 0 0.15 289.02 0.68 0.53
Hex BA 34 D8 E 4C 0 F 121 44 35
Octal 272 64 330 16 114 0 17 441 104 65
Binary 10111010 110100 11011000 1110 1001100 0 1111 100100001 1000100 110101

Color Harmonies of #BA34D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA34D8

Black with #BA34D8

Text Example


Text Example

White with #BA34D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA34D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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