Html Css Color HEX #BA72E7 Medium Orchid

📋 copy color: '#BA72E7'

red 186 ◦ green 114 ◦ blue 231

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

Shades of Medium Orchid #BA72E7

Tints of Medium Orchid #BA72E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 43.5%

R = 35.03%
G = 21.47%
B = 43.5%

CMYK

 C value IS 0.19

 M value IS 0.51

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BA72E7 (or 0xBA72E7) is known color: Medium Orchid. HEX triplet: BA, 72 and E7. RGB value is (186,114,231). Sum of RGB (Red+Green+Blue) = 186+114+231=531 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.03% from 531); Green value is 114 (44.92% from 255 or 21.47% from 531); Blue value is 231 (90.62% from 255 or 43.50% from 531); Max value from RGB is 231 - color contains mainly: blue. Hex color #BA72E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA72E7 is #458D18. Grayscale: #949494. Windows color (decimal): -4558105 or 15168186. OLE color: 15168186.

HSL color Cylindrical-coordinate representation of color #BA72E7: hue angle of 276.92º degrees, saturation: 0.71, 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 #BA72E7 is Cyan = 0.19, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 186 114 231 -
CMYK 0.19 0.51 0 0.09
HSL 276.92º 0.71% 0.68% -
HSV(B) 276.92º 0.51% 0.91% -
XYZ 40.69 28.24 78.91 -
YUV 148.87 174.35 154.49 -
System Red Green Blue C M Y K H S L
Decimal 186 114 231 0.19 0.51 0 0.09 276.92 0.71 0.68
Hex BA 72 E7 13 33 0 9 115 47 44
Octal 272 162 347 23 63 0 11 425 107 104
Binary 10111010 1110010 11100111 10011 110011 0 1001 100010101 1000111 1000100

Color Harmonies of #BA72E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA72E7

Black with #BA72E7

Text Example


Text Example

White with #BA72E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA72E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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