Html Css Color HEX #BA59FA Medium Orchid

📋 copy color: '#BA59FA'

red 186 ◦ green 89 ◦ blue 250

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

Shades of Medium Orchid #BA59FA

Tints of Medium Orchid #BA59FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 47.62%

R = 35.43%
G = 16.95%
B = 47.62%

CMYK

 C value IS 0.26

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BA59FA (or 0xBA59FA) is known color: Medium Orchid. HEX triplet: BA, 59 and FA. RGB value is (186,89,250). Sum of RGB (Red+Green+Blue) = 186+89+250=525 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.43% from 525); Green value is 89 (35.16% from 255 or 16.95% from 525); Blue value is 250 (98.05% from 255 or 47.62% from 525); Max value from RGB is 250 - color contains mainly: blue. Hex color #BA59FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA59FA is #45A605. Grayscale: #878787. Windows color (decimal): -4564486 or 16406970. OLE color: 16406970.

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

Color convert

RGB 186 89 250 -
CMYK 0.26 0.64 0 0.02
HSL 276.15º 0.94% 0.66% -
HSV(B) 276.15º 0.64% 0.98% -
XYZ 41.08 24.49 93 -
YUV 136.36 192.14 163.41 -
System Red Green Blue C M Y K H S L
Decimal 186 89 250 0.26 0.64 0 0.02 276.15 0.94 0.66
Hex BA 59 FA 1A 40 0 2 114 5E 42
Octal 272 131 372 32 100 0 2 424 136 102
Binary 10111010 1011001 11111010 11010 1000000 0 10 100010100 1011110 1000010

Color Harmonies of #BA59FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA59FA

Black with #BA59FA

Text Example


Text Example

White with #BA59FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA59FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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