Html Css Color HEX #BA72E5 Medium Orchid

📋 copy color: '#BA72E5'

red 186 ◦ green 114 ◦ blue 229

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

Shades of Medium Orchid #BA72E5

Tints of Medium Orchid #BA72E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 43.29%

R = 35.16%
G = 21.55%
B = 43.29%

CMYK

 C value IS 0.19

 M value IS 0.50

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BA72E5 (or 0xBA72E5) is known color: Medium Orchid. HEX triplet: BA, 72 and E5. RGB value is (186,114,229). Sum of RGB (Red+Green+Blue) = 186+114+229=529 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.16% from 529); Green value is 114 (44.92% from 255 or 21.55% from 529); Blue value is 229 (89.84% from 255 or 43.29% from 529); Max value from RGB is 229 - color contains mainly: blue. Hex color #BA72E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA72E5 is #458D1A. Grayscale: #949494. Windows color (decimal): -4558107 or 15037114. OLE color: 15037114.

HSL color Cylindrical-coordinate representation of color #BA72E5: hue angle of 277.57º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BA72E5 is Cyan = 0.19, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 186 114 229 -
CMYK 0.19 0.50 0 0.10
HSL 277.57º 0.69% 0.67% -
HSV(B) 277.57º 0.5% 0.9% -
XYZ 40.41 28.13 77.43 -
YUV 148.64 173.35 154.65 -
System Red Green Blue C M Y K H S L
Decimal 186 114 229 0.19 0.50 0 0.10 277.57 0.69 0.67
Hex BA 72 E5 13 32 0 A 116 45 43
Octal 272 162 345 23 62 0 12 426 105 103
Binary 10111010 1110010 11100101 10011 110010 0 1010 100010110 1000101 1000011

Color Harmonies of #BA72E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA72E5

Black with #BA72E5

Text Example


Text Example

White with #BA72E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA72E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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