Html Css Color HEX #BA74DB Medium Orchid

📋 copy color: '#BA74DB'

red 186 ◦ green 116 ◦ blue 219

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

Shades of Medium Orchid #BA74DB

Tints of Medium Orchid #BA74DB

RGB

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

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

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

R = 35.7%
G = 22.26%
B = 42.03%

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

#BA74DB (or 0xBA74DB) is known color: Medium Orchid. HEX triplet: BA, 74 and DB. RGB value is (186,116,219). Sum of RGB (Red+Green+Blue) = 186+116+219=521 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.70% from 521); Green value is 116 (45.70% from 255 or 22.26% from 521); Blue value is 219 (85.94% from 255 or 42.03% from 521); Max value from RGB is 219 - color contains mainly: blue. Hex color #BA74DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA74DB is #458B24. Grayscale: #949494. Windows color (decimal): -4557605 or 14382266. OLE color: 14382266.

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

Color convert

RGB 186 116 219 -
CMYK 0.15 0.47 0 0.14
HSL 280.78º 0.59% 0.66% -
HSV(B) 280.78º 0.47% 0.86% -
XYZ 39.28 28.04 70.36 -
YUV 148.67 167.69 154.62 -
System Red Green Blue C M Y K H S L
Decimal 186 116 219 0.15 0.47 0 0.14 280.78 0.59 0.66
Hex BA 74 DB F 2F 0 E 119 3B 42
Octal 272 164 333 17 57 0 16 431 73 102
Binary 10111010 1110100 11011011 1111 101111 0 1110 100011001 111011 1000010

Color Harmonies of #BA74DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA74DB

Black with #BA74DB

Text Example


Text Example

White with #BA74DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA74DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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