Html Css Color HEX #BA58F9 Medium Orchid

📋 copy color: '#BA58F9'

red 186 ◦ green 88 ◦ blue 249

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

Shades of Medium Orchid #BA58F9

Tints of Medium Orchid #BA58F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 47.61%

R = 35.56%
G = 16.83%
B = 47.61%

CMYK

 C value IS 0.25

 M value IS 0.65

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BA58F9 (or 0xBA58F9) is known color: Medium Orchid. HEX triplet: BA, 58 and F9. RGB value is (186,88,249). Sum of RGB (Red+Green+Blue) = 186+88+249=523 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.56% from 523); Green value is 88 (34.77% from 255 or 16.83% from 523); Blue value is 249 (97.66% from 255 or 47.61% from 523); Max value from RGB is 249 - color contains mainly: blue. Hex color #BA58F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA58F9 is #45A706. Grayscale: #878787. Windows color (decimal): -4564743 or 16341178. OLE color: 16341178.

HSL color Cylindrical-coordinate representation of color #BA58F9: hue angle of 276.52º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BA58F9 is Cyan = 0.25, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 186 88 249 -
CMYK 0.25 0.65 0 0.02
HSL 276.52º 0.93% 0.66% -
HSV(B) 276.52º 0.65% 0.98% -
XYZ 40.84 24.26 92.15 -
YUV 135.66 191.97 163.91 -
System Red Green Blue C M Y K H S L
Decimal 186 88 249 0.25 0.65 0 0.02 276.52 0.93 0.66
Hex BA 58 F9 19 41 0 2 115 5D 42
Octal 272 130 371 31 101 0 2 425 135 102
Binary 10111010 1011000 11111001 11001 1000001 0 10 100010101 1011101 1000010

Color Harmonies of #BA58F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA58F9

Black with #BA58F9

Text Example


Text Example

White with #BA58F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA58F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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