Html Css Color HEX #BA72D4 Medium Orchid

📋 copy color: '#BA72D4'

red 186 ◦ green 114 ◦ blue 212

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

Shades of Medium Orchid #BA72D4

Tints of Medium Orchid #BA72D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 41.41%

R = 36.33%
G = 22.27%
B = 41.41%

CMYK

 C value IS 0.12

 M value IS 0.46

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#BA72D4 (or 0xBA72D4) is known color: Medium Orchid. HEX triplet: BA, 72 and D4. RGB value is (186,114,212). Sum of RGB (Red+Green+Blue) = 186+114+212=512 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.33% from 512); Green value is 114 (44.92% from 255 or 22.27% from 512); Blue value is 212 (83.20% from 255 or 41.41% from 512); Max value from RGB is 212 - color contains mainly: blue. Hex color #BA72D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA72D4 is #458D2B. Grayscale: #929292. Windows color (decimal): -4558124 or 13923002. OLE color: 13923002.

HSL color Cylindrical-coordinate representation of color #BA72D4: hue angle of 284.08º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BA72D4 is Cyan = 0.12, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 186 114 212 -
CMYK 0.12 0.46 0 0.17
HSL 284.08º 0.53% 0.64% -
HSV(B) 284.08º 0.46% 0.83% -
XYZ 38.15 27.23 65.53 -
YUV 146.7 164.85 156.03 -
System Red Green Blue C M Y K H S L
Decimal 186 114 212 0.12 0.46 0 0.17 284.08 0.53 0.64
Hex BA 72 D4 C 2E 0 11 11C 35 40
Octal 272 162 324 14 56 0 21 434 65 100
Binary 10111010 1110010 11010100 1100 101110 0 10001 100011100 110101 1000000

Color Harmonies of #BA72D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA72D4

Black with #BA72D4

Text Example


Text Example

White with #BA72D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA72D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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