Html Css Color HEX #BA72D8 Medium Orchid

📋 copy color: '#BA72D8'

red 186 ◦ green 114 ◦ blue 216

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

Shades of Medium Orchid #BA72D8

Tints of Medium Orchid #BA72D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 41.86%

R = 36.05%
G = 22.09%
B = 41.86%

CMYK

 C value IS 0.14

 M value IS 0.47

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BA72D8 (or 0xBA72D8) is known color: Medium Orchid. HEX triplet: BA, 72 and D8. RGB value is (186,114,216). Sum of RGB (Red+Green+Blue) = 186+114+216=516 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.05% from 516); Green value is 114 (44.92% from 255 or 22.09% from 516); Blue value is 216 (84.77% from 255 or 41.86% from 516); Max value from RGB is 216 - color contains mainly: blue. Hex color #BA72D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA72D8 is #458D27. Grayscale: #929292. Windows color (decimal): -4558120 or 14185146. OLE color: 14185146.

HSL color Cylindrical-coordinate representation of color #BA72D8: hue angle of 282.35º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BA72D8 is Cyan = 0.14, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 186 114 216 -
CMYK 0.14 0.47 0 0.15
HSL 282.35º 0.57% 0.65% -
HSV(B) 282.35º 0.47% 0.85% -
XYZ 38.66 27.43 68.22 -
YUV 147.16 166.85 155.71 -
System Red Green Blue C M Y K H S L
Decimal 186 114 216 0.14 0.47 0 0.15 282.35 0.57 0.65
Hex BA 72 D8 E 2F 0 F 11A 39 41
Octal 272 162 330 16 57 0 17 432 71 101
Binary 10111010 1110010 11011000 1110 101111 0 1111 100011010 111001 1000001

Color Harmonies of #BA72D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA72D8

Black with #BA72D8

Text Example


Text Example

White with #BA72D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA72D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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