Html Css Color HEX #BA59FF Medium Orchid

📋 copy color: '#BA59FF'

red 186 ◦ green 89 ◦ blue 255

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

Shades of Medium Orchid #BA59FF

Tints of Medium Orchid #BA59FF

RGB

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

 GREEN value IS 89 (35.16% from 255) = 16.79%

 BLUE value IS 255 (100% from 255) = 48.11%

R = 35.09%
G = 16.79%
B = 48.11%

CMYK

 C value IS 0.27

 M value IS 0.65

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BA59FF (or 0xBA59FF) is known color: Medium Orchid. HEX triplet: BA, 59 and FF. RGB value is (186,89,255). Sum of RGB (Red+Green+Blue) = 186+89+255=530 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.09% from 530); Green value is 89 (35.16% from 255 or 16.79% from 530); Blue value is 255 (100% from 255 or 48.11% from 530); Max value from RGB is 255 - color contains mainly: blue. Hex color #BA59FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA59FF is #45A600. Grayscale: #888888. Windows color (decimal): -4564481 or 16734650. OLE color: 16734650.

HSL color Cylindrical-coordinate representation of color #BA59FF: hue angle of 275.06º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BA59FF is Cyan = 0.27, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 186 89 255 -
CMYK 0.27 0.65 0 0
HSL 275.06º 1% 0.67% -
HSV(B) 275.06º 0.65% 1% -
XYZ 41.87 24.8 97.19 -
YUV 136.93 194.64 163 -
System Red Green Blue C M Y K H S L
Decimal 186 89 255 0.27 0.65 0 0 275.06 1 0.67
Hex BA 59 FF 1B 41 0 0 113 64 43
Octal 272 131 377 33 101 0 0 423 144 103
Binary 10111010 1011001 11111111 11011 1000001 0 0 100010011 1100100 1000011

Color Harmonies of #BA59FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA59FF

Black with #BA59FF

Text Example


Text Example

White with #BA59FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA59FF; }

 p { color: rgb(186,89,255); }

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

background-color css

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

 a { background-color: rgb(186,89,255); }

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

border-color css

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

 span { border-color: rgb(186,89,255); }

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