Html Css Color HEX #BA74DC Medium Orchid

📋 copy color: '#BA74DC'

red 186 ◦ green 116 ◦ blue 220

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

Shades of Medium Orchid #BA74DC

Tints of Medium Orchid #BA74DC

RGB

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

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

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

R = 35.63%
G = 22.22%
B = 42.15%

CMYK

 C value IS 0.15

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BA74DC (or 0xBA74DC) is known color: Medium Orchid. HEX triplet: BA, 74 and DC. RGB value is (186,116,220). Sum of RGB (Red+Green+Blue) = 186+116+220=522 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.63% from 522); Green value is 116 (45.70% from 255 or 22.22% from 522); Blue value is 220 (86.33% from 255 or 42.15% from 522); Max value from RGB is 220 - color contains mainly: blue. Hex color #BA74DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA74DC is #458B23. Grayscale: #949494. Windows color (decimal): -4557604 or 14447802. OLE color: 14447802.

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

Color convert

RGB 186 116 220 -
CMYK 0.15 0.47 0 0.14
HSL 280.38º 0.6% 0.66% -
HSV(B) 280.38º 0.47% 0.86% -
XYZ 39.41 28.1 71.06 -
YUV 148.79 168.19 154.54 -
System Red Green Blue C M Y K H S L
Decimal 186 116 220 0.15 0.47 0 0.14 280.38 0.6 0.66
Hex BA 74 DC F 2F 0 E 118 3C 42
Octal 272 164 334 17 57 0 16 430 74 102
Binary 10111010 1110100 11011100 1111 101111 0 1110 100011000 111100 1000010

Color Harmonies of #BA74DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA74DC

Black with #BA74DC

Text Example


Text Example

White with #BA74DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA74DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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