Html Css Color HEX #BA72E4 Medium Orchid

📋 copy color: '#BA72E4'

red 186 ◦ green 114 ◦ blue 228

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

Shades of Medium Orchid #BA72E4

Tints of Medium Orchid #BA72E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 43.18%

R = 35.23%
G = 21.59%
B = 43.18%

CMYK

 C value IS 0.18

 M value IS 0.50

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BA72E4 (or 0xBA72E4) is known color: Medium Orchid. HEX triplet: BA, 72 and E4. RGB value is (186,114,228). Sum of RGB (Red+Green+Blue) = 186+114+228=528 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.23% from 528); Green value is 114 (44.92% from 255 or 21.59% from 528); Blue value is 228 (89.45% from 255 or 43.18% from 528); Max value from RGB is 228 - color contains mainly: blue. Hex color #BA72E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA72E4 is #458D1B. Grayscale: #949494. Windows color (decimal): -4558108 or 14971578. OLE color: 14971578.

HSL color Cylindrical-coordinate representation of color #BA72E4: hue angle of 277.89º degrees, saturation: 0.68, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BA72E4 is Cyan = 0.18, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 186 114 228 -
CMYK 0.18 0.50 0 0.11
HSL 277.89º 0.68% 0.67% -
HSV(B) 277.89º 0.5% 0.89% -
XYZ 40.27 28.08 76.7 -
YUV 148.52 172.85 154.73 -
System Red Green Blue C M Y K H S L
Decimal 186 114 228 0.18 0.50 0 0.11 277.89 0.68 0.67
Hex BA 72 E4 12 32 0 B 116 44 43
Octal 272 162 344 22 62 0 13 426 104 103
Binary 10111010 1110010 11100100 10010 110010 0 1011 100010110 1000100 1000011

Color Harmonies of #BA72E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA72E4

Black with #BA72E4

Text Example


Text Example

White with #BA72E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA72E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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