Html Css Color HEX #BA44D8 Medium Orchid

📋 copy color: '#BA44D8'

red 186 ◦ green 68 ◦ blue 216

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

Shades of Medium Orchid #BA44D8

Tints of Medium Orchid #BA44D8

RGB

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

 GREEN value IS 68 (26.95% from 255) = 14.47%

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

R = 39.57%
G = 14.47%
B = 45.96%

CMYK

 C value IS 0.14

 M value IS 0.69

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BA44D8 (or 0xBA44D8) is known color: Medium Orchid. HEX triplet: BA, 44 and D8. RGB value is (186,68,216). Sum of RGB (Red+Green+Blue) = 186+68+216=470 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.57% from 470); Green value is 68 (26.95% from 255 or 14.47% from 470); Blue value is 216 (84.77% from 255 or 45.96% from 470); Max value from RGB is 216 - color contains mainly: blue. Hex color #BA44D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA44D8 is #45BB27. Grayscale: #777777. Windows color (decimal): -4569896 or 14173370. OLE color: 14173370.

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

Color convert

RGB 186 68 216 -
CMYK 0.14 0.69 0 0.15
HSL 287.84º 0.65% 0.56% -
HSV(B) 287.84º 0.69% 0.85% -
XYZ 34.71 19.53 66.91 -
YUV 120.15 182.09 174.97 -
System Red Green Blue C M Y K H S L
Decimal 186 68 216 0.14 0.69 0 0.15 287.84 0.65 0.56
Hex BA 44 D8 E 45 0 F 120 41 38
Octal 272 104 330 16 105 0 17 440 101 70
Binary 10111010 1000100 11011000 1110 1000101 0 1111 100100000 1000001 111000

Color Harmonies of #BA44D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA44D8

Black with #BA44D8

Text Example


Text Example

White with #BA44D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA44D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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