Html Css Color HEX #BA74DF Medium Orchid

📋 copy color: '#BA74DF'

red 186 ◦ green 116 ◦ blue 223

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

Shades of Medium Orchid #BA74DF

Tints of Medium Orchid #BA74DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 42.48%

R = 35.43%
G = 22.1%
B = 42.48%

CMYK

 C value IS 0.17

 M value IS 0.48

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BA74DF (or 0xBA74DF) is known color: Medium Orchid. HEX triplet: BA, 74 and DF. RGB value is (186,116,223). Sum of RGB (Red+Green+Blue) = 186+116+223=525 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.43% from 525); Green value is 116 (45.70% from 255 or 22.10% from 525); Blue value is 223 (87.5% from 255 or 42.48% from 525); Max value from RGB is 223 - color contains mainly: blue. Hex color #BA74DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA74DF is #458B20. Grayscale: #949494. Windows color (decimal): -4557601 or 14644410. OLE color: 14644410.

HSL color Cylindrical-coordinate representation of color #BA74DF: hue angle of 279.25º degrees, saturation: 0.63, 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 #BA74DF is Cyan = 0.17, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 186 116 223 -
CMYK 0.17 0.48 0 0.13
HSL 279.25º 0.63% 0.66% -
HSV(B) 279.25º 0.48% 0.87% -
XYZ 39.81 28.26 73.17 -
YUV 149.13 169.69 154.3 -
System Red Green Blue C M Y K H S L
Decimal 186 116 223 0.17 0.48 0 0.13 279.25 0.63 0.66
Hex BA 74 DF 11 30 0 D 117 3F 42
Octal 272 164 337 21 60 0 15 427 77 102
Binary 10111010 1110100 11011111 10001 110000 0 1101 100010111 111111 1000010

Color Harmonies of #BA74DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA74DF

Black with #BA74DF

Text Example


Text Example

White with #BA74DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA74DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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