Html Css Color HEX #BA74DD Medium Orchid

📋 copy color: '#BA74DD'

red 186 ◦ green 116 ◦ blue 221

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

Shades of Medium Orchid #BA74DD

Tints of Medium Orchid #BA74DD

RGB

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

 GREEN value IS 116 (45.7% from 255) = 22.18%

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

R = 35.56%
G = 22.18%
B = 42.26%

CMYK

 C value IS 0.16

 M value IS 0.48

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BA74DD (or 0xBA74DD) is known color: Medium Orchid. HEX triplet: BA, 74 and DD. RGB value is (186,116,221). Sum of RGB (Red+Green+Blue) = 186+116+221=523 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.56% from 523); Green value is 116 (45.70% from 255 or 22.18% from 523); Blue value is 221 (86.72% from 255 or 42.26% from 523); Max value from RGB is 221 - color contains mainly: blue. Hex color #BA74DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA74DD is #458B22. Grayscale: #949494. Windows color (decimal): -4557603 or 14513338. OLE color: 14513338.

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

Color convert

RGB 186 116 221 -
CMYK 0.16 0.48 0 0.13
HSL 280º 0.61% 0.66% -
HSV(B) 280º 0.48% 0.87% -
XYZ 39.55 28.15 71.76 -
YUV 148.9 168.69 154.46 -
System Red Green Blue C M Y K H S L
Decimal 186 116 221 0.16 0.48 0 0.13 280 0.61 0.66
Hex BA 74 DD 10 30 0 D 118 3D 42
Octal 272 164 335 20 60 0 15 430 75 102
Binary 10111010 1110100 11011101 10000 110000 0 1101 100011000 111101 1000010

Color Harmonies of #BA74DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA74DD

Black with #BA74DD

Text Example


Text Example

White with #BA74DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA74DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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