Html Css Color HEX #BA59FB Medium Orchid

📋 copy color: '#BA59FB'

red 186 ◦ green 89 ◦ blue 251

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

Shades of Medium Orchid #BA59FB

Tints of Medium Orchid #BA59FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 47.72%

R = 35.36%
G = 16.92%
B = 47.72%

CMYK

 C value IS 0.26

 M value IS 0.65

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BA59FB (or 0xBA59FB) is known color: Medium Orchid. HEX triplet: BA, 59 and FB. RGB value is (186,89,251). Sum of RGB (Red+Green+Blue) = 186+89+251=526 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.36% from 526); Green value is 89 (35.16% from 255 or 16.92% from 526); Blue value is 251 (98.44% from 255 or 47.72% from 526); Max value from RGB is 251 - color contains mainly: blue. Hex color #BA59FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA59FB is #45A604. Grayscale: #878787. Windows color (decimal): -4564485 or 16472506. OLE color: 16472506.

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

Color convert

RGB 186 89 251 -
CMYK 0.26 0.65 0 0.02
HSL 275.93º 0.95% 0.67% -
HSV(B) 275.93º 0.65% 0.98% -
XYZ 41.23 24.55 93.83 -
YUV 136.47 192.64 163.33 -
System Red Green Blue C M Y K H S L
Decimal 186 89 251 0.26 0.65 0 0.02 275.93 0.95 0.67
Hex BA 59 FB 1A 41 0 2 114 5F 43
Octal 272 131 373 32 101 0 2 424 137 103
Binary 10111010 1011001 11111011 11010 1000001 0 10 100010100 1011111 1000011

Color Harmonies of #BA59FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA59FB

Black with #BA59FB

Text Example


Text Example

White with #BA59FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA59FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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