Html Css Color HEX #BA4FE1 Medium Orchid

📋 copy color: '#BA4FE1'

red 186 ◦ green 79 ◦ blue 225

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

Shades of Medium Orchid #BA4FE1

Tints of Medium Orchid #BA4FE1

RGB

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

 GREEN value IS 79 (31.25% from 255) = 16.12%

 BLUE value IS 225 (88.28% from 255) = 45.92%

R = 37.96%
G = 16.12%
B = 45.92%

CMYK

 C value IS 0.17

 M value IS 0.65

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BA4FE1 (or 0xBA4FE1) is known color: Medium Orchid. HEX triplet: BA, 4F and E1. RGB value is (186,79,225). Sum of RGB (Red+Green+Blue) = 186+79+225=490 (64% of max value = 765). Red value is 186 (73.05% from 255 or 37.96% from 490); Green value is 79 (31.25% from 255 or 16.12% from 490); Blue value is 225 (88.28% from 255 or 45.92% from 490); Max value from RGB is 225 - color contains mainly: blue. Hex color #BA4FE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA4FE1 is #45B01E. Grayscale: #7F7F7F. Windows color (decimal): -4567071 or 14766010. OLE color: 14766010.

HSL color Cylindrical-coordinate representation of color #BA4FE1: hue angle of 283.97º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BA4FE1 is Cyan = 0.17, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 186 79 225 -
CMYK 0.17 0.65 0 0.12
HSL 283.97º 0.71% 0.6% -
HSV(B) 283.97º 0.65% 0.88% -
XYZ 36.64 21.47 73.45 -
YUV 127.64 182.95 169.63 -
System Red Green Blue C M Y K H S L
Decimal 186 79 225 0.17 0.65 0 0.12 283.97 0.71 0.6
Hex BA 4F E1 11 41 0 C 11C 47 3C
Octal 272 117 341 21 101 0 14 434 107 74
Binary 10111010 1001111 11100001 10001 1000001 0 1100 100011100 1000111 111100

Color Harmonies of #BA4FE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4FE1

Black with #BA4FE1

Text Example


Text Example

White with #BA4FE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4FE1; }

 p { color: rgb(186,79,225); }

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

background-color css

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

 a { background-color: rgb(186,79,225); }

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

border-color css

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

 span { border-color: rgb(186,79,225); }

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