Html Css Color HEX #BA58F1 Medium Orchid

📋 copy color: '#BA58F1'

red 186 ◦ green 88 ◦ blue 241

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

Shades of Medium Orchid #BA58F1

Tints of Medium Orchid #BA58F1

RGB

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

 GREEN value IS 88 (34.77% from 255) = 17.09%

 BLUE value IS 241 (94.53% from 255) = 46.8%

R = 36.12%
G = 17.09%
B = 46.8%

CMYK

 C value IS 0.23

 M value IS 0.63

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BA58F1 (or 0xBA58F1) is known color: Medium Orchid. HEX triplet: BA, 58 and F1. RGB value is (186,88,241). Sum of RGB (Red+Green+Blue) = 186+88+241=515 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.12% from 515); Green value is 88 (34.77% from 255 or 17.09% from 515); Blue value is 241 (94.53% from 255 or 46.80% from 515); Max value from RGB is 241 - color contains mainly: blue. Hex color #BA58F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA58F1 is #45A70E. Grayscale: #868686. Windows color (decimal): -4564751 or 15816890. OLE color: 15816890.

HSL color Cylindrical-coordinate representation of color #BA58F1: hue angle of 278.43º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BA58F1 is Cyan = 0.23, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 186 88 241 -
CMYK 0.23 0.63 0 0.05
HSL 278.43º 0.85% 0.65% -
HSV(B) 278.43º 0.63% 0.95% -
XYZ 39.62 23.77 85.72 -
YUV 134.74 187.97 164.56 -
System Red Green Blue C M Y K H S L
Decimal 186 88 241 0.23 0.63 0 0.05 278.43 0.85 0.65
Hex BA 58 F1 17 3F 0 5 116 55 41
Octal 272 130 361 27 77 0 5 426 125 101
Binary 10111010 1011000 11110001 10111 111111 0 101 100010110 1010101 1000001

Color Harmonies of #BA58F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA58F1

Black with #BA58F1

Text Example


Text Example

White with #BA58F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA58F1; }

 p { color: rgb(186,88,241); }

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

background-color css

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

 a { background-color: rgb(186,88,241); }

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

border-color css

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

 span { border-color: rgb(186,88,241); }

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