Html Css Color HEX #BA72EC Medium Orchid

📋 copy color: '#BA72EC'

red 186 ◦ green 114 ◦ blue 236

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

Shades of Medium Orchid #BA72EC

Tints of Medium Orchid #BA72EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 44.03%

R = 34.7%
G = 21.27%
B = 44.03%

CMYK

 C value IS 0.21

 M value IS 0.52

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BA72EC (or 0xBA72EC) is known color: Medium Orchid. HEX triplet: BA, 72 and EC. RGB value is (186,114,236). Sum of RGB (Red+Green+Blue) = 186+114+236=536 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.70% from 536); Green value is 114 (44.92% from 255 or 21.27% from 536); Blue value is 236 (92.58% from 255 or 44.03% from 536); Max value from RGB is 236 - color contains mainly: blue. Hex color #BA72EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA72EC is #458D13. Grayscale: #959595. Windows color (decimal): -4558100 or 15495866. OLE color: 15495866.

HSL color Cylindrical-coordinate representation of color #BA72EC: hue angle of 275.41º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BA72EC is Cyan = 0.21, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 186 114 236 -
CMYK 0.21 0.52 0 0.07
HSL 275.41º 0.76% 0.69% -
HSV(B) 275.41º 0.52% 0.93% -
XYZ 41.41 28.53 82.68 -
YUV 149.44 176.85 154.08 -
System Red Green Blue C M Y K H S L
Decimal 186 114 236 0.21 0.52 0 0.07 275.41 0.76 0.69
Hex BA 72 EC 15 34 0 7 113 4C 45
Octal 272 162 354 25 64 0 7 423 114 105
Binary 10111010 1110010 11101100 10101 110100 0 111 100010011 1001100 1000101

Color Harmonies of #BA72EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA72EC

Black with #BA72EC

Text Example


Text Example

White with #BA72EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA72EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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