Html Css Color HEX #BA72E9 Medium Orchid

📋 copy color: '#BA72E9'

red 186 ◦ green 114 ◦ blue 233

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

Shades of Medium Orchid #BA72E9

Tints of Medium Orchid #BA72E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 43.71%

R = 34.9%
G = 21.39%
B = 43.71%

CMYK

 C value IS 0.20

 M value IS 0.51

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BA72E9 (or 0xBA72E9) is known color: Medium Orchid. HEX triplet: BA, 72 and E9. RGB value is (186,114,233). Sum of RGB (Red+Green+Blue) = 186+114+233=533 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.90% from 533); Green value is 114 (44.92% from 255 or 21.39% from 533); Blue value is 233 (91.41% from 255 or 43.71% from 533); Max value from RGB is 233 - color contains mainly: blue. Hex color #BA72E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA72E9 is #458D16. Grayscale: #949494. Windows color (decimal): -4558103 or 15299258. OLE color: 15299258.

HSL color Cylindrical-coordinate representation of color #BA72E9: hue angle of 276.3º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BA72E9 is Cyan = 0.20, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 186 114 233 -
CMYK 0.20 0.51 0 0.09
HSL 276.3º 0.73% 0.68% -
HSV(B) 276.3º 0.51% 0.91% -
XYZ 40.98 28.36 80.4 -
YUV 149.09 175.35 154.32 -
System Red Green Blue C M Y K H S L
Decimal 186 114 233 0.20 0.51 0 0.09 276.3 0.73 0.68
Hex BA 72 E9 14 33 0 9 114 49 44
Octal 272 162 351 24 63 0 11 424 111 104
Binary 10111010 1110010 11101001 10100 110011 0 1001 100010100 1001001 1000100

Color Harmonies of #BA72E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA72E9

Black with #BA72E9

Text Example


Text Example

White with #BA72E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA72E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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