Html Css Color HEX #BA59CF Medium Orchid

📋 copy color: '#BA59CF'

red 186 ◦ green 89 ◦ blue 207

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

Shades of Medium Orchid #BA59CF

Tints of Medium Orchid #BA59CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 42.95%

R = 38.59%
G = 18.46%
B = 42.95%

CMYK

 C value IS 0.10

 M value IS 0.57

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BA59CF (or 0xBA59CF) is known color: Medium Orchid. HEX triplet: BA, 59 and CF. RGB value is (186,89,207). Sum of RGB (Red+Green+Blue) = 186+89+207=482 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.59% from 482); Green value is 89 (35.16% from 255 or 18.46% from 482); Blue value is 207 (81.25% from 255 or 42.95% from 482); Max value from RGB is 207 - color contains mainly: blue. Hex color #BA59CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA59CF is #45A630. Grayscale: #838383. Windows color (decimal): -4564529 or 13588922. OLE color: 13588922.

HSL color Cylindrical-coordinate representation of color #BA59CF: hue angle of 289.32º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BA59CF is Cyan = 0.10, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 186 89 207 -
CMYK 0.10 0.57 0 0.19
HSL 289.32º 0.55% 0.58% -
HSV(B) 289.32º 0.57% 0.81% -
XYZ 35.08 22.09 61.45 -
YUV 131.46 170.64 166.91 -
System Red Green Blue C M Y K H S L
Decimal 186 89 207 0.10 0.57 0 0.19 289.32 0.55 0.58
Hex BA 59 CF A 39 0 13 121 37 3A
Octal 272 131 317 12 71 0 23 441 67 72
Binary 10111010 1011001 11001111 1010 111001 0 10011 100100001 110111 111010

Color Harmonies of #BA59CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA59CF

Black with #BA59CF

Text Example


Text Example

White with #BA59CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA59CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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