Html Css Color HEX #BA72DF Medium Orchid

📋 copy color: '#BA72DF'

red 186 ◦ green 114 ◦ blue 223

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

Shades of Medium Orchid #BA72DF

Tints of Medium Orchid #BA72DF

RGB

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

 GREEN value IS 114 (44.92% from 255) = 21.8%

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

R = 35.56%
G = 21.8%
B = 42.64%

CMYK

 C value IS 0.17

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BA72DF (or 0xBA72DF) is known color: Medium Orchid. HEX triplet: BA, 72 and DF. RGB value is (186,114,223). Sum of RGB (Red+Green+Blue) = 186+114+223=523 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.56% from 523); Green value is 114 (44.92% from 255 or 21.80% from 523); Blue value is 223 (87.5% from 255 or 42.64% from 523); Max value from RGB is 223 - color contains mainly: blue. Hex color #BA72DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA72DF is #458D20. Grayscale: #939393. Windows color (decimal): -4558113 or 14643898. OLE color: 14643898.

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

Color convert

RGB 186 114 223 -
CMYK 0.17 0.49 0 0.13
HSL 279.63º 0.63% 0.66% -
HSV(B) 279.63º 0.49% 0.87% -
XYZ 39.59 27.8 73.09 -
YUV 147.95 170.35 155.14 -
System Red Green Blue C M Y K H S L
Decimal 186 114 223 0.17 0.49 0 0.13 279.63 0.63 0.66
Hex BA 72 DF 11 31 0 D 118 3F 42
Octal 272 162 337 21 61 0 15 430 77 102
Binary 10111010 1110010 11011111 10001 110001 0 1101 100011000 111111 1000010

Color Harmonies of #BA72DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA72DF

Black with #BA72DF

Text Example


Text Example

White with #BA72DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA72DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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