Html Css Color HEX #BA72C5 Medium Orchid

📋 copy color: '#BA72C5'

red 186 ◦ green 114 ◦ blue 197

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

Shades of Medium Orchid #BA72C5

Tints of Medium Orchid #BA72C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 39.64%

R = 37.42%
G = 22.94%
B = 39.64%

CMYK

 C value IS 0.06

 M value IS 0.42

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#BA72C5 (or 0xBA72C5) is known color: Medium Orchid. HEX triplet: BA, 72 and C5. RGB value is (186,114,197). Sum of RGB (Red+Green+Blue) = 186+114+197=497 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.42% from 497); Green value is 114 (44.92% from 255 or 22.94% from 497); Blue value is 197 (77.34% from 255 or 39.64% from 497); Max value from RGB is 197 - color contains mainly: blue. Hex color #BA72C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA72C5 is #458D3A. Grayscale: #909090. Windows color (decimal): -4558139 or 12939962. OLE color: 12939962.

HSL color Cylindrical-coordinate representation of color #BA72C5: hue angle of 292.05º degrees, saturation: 0.42, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BA72C5 is Cyan = 0.06, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 186 114 197 -
CMYK 0.06 0.42 0 0.23
HSL 292.05º 0.42% 0.61% -
HSV(B) 292.05º 0.42% 0.77% -
XYZ 36.35 26.5 56.02 -
YUV 144.99 157.35 157.25 -
System Red Green Blue C M Y K H S L
Decimal 186 114 197 0.06 0.42 0 0.23 292.05 0.42 0.61
Hex BA 72 C5 6 2A 0 17 124 2A 3D
Octal 272 162 305 6 52 0 27 444 52 75
Binary 10111010 1110010 11000101 110 101010 0 10111 100100100 101010 111101

Color Harmonies of #BA72C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA72C5

Black with #BA72C5

Text Example


Text Example

White with #BA72C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA72C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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