Html Css Color HEX #BF59D1 Medium Orchid

📋 copy color: '#BF59D1'

red 191 ◦ green 89 ◦ blue 209

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

Shades of Medium Orchid #BF59D1

Tints of Medium Orchid #BF59D1

RGB

 RED value IS 191 (75% from 255) = 39.06%

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

 BLUE value IS 209 (82.03% from 255) = 42.74%

R = 39.06%
G = 18.2%
B = 42.74%

CMYK

 C value IS 0.09

 M value IS 0.57

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BF59D1 (or 0xBF59D1) is known color: Medium Orchid. HEX triplet: BF, 59 and D1. RGB value is (191,89,209). Sum of RGB (Red+Green+Blue) = 191+89+209=489 (64% of max value = 765). Red value is 191 (75% from 255 or 39.06% from 489); Green value is 89 (35.16% from 255 or 18.20% from 489); Blue value is 209 (82.03% from 255 or 42.74% from 489); Max value from RGB is 209 - color contains mainly: blue. Hex color #BF59D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF59D1 is #40A62E. Grayscale: #848484. Windows color (decimal): -4236847 or 13719999. OLE color: 13719999.

HSL color Cylindrical-coordinate representation of color #BF59D1: hue angle of 291º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BF59D1 is Cyan = 0.09, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 191 89 209 -
CMYK 0.09 0.57 0 0.18
HSL 291º 0.57% 0.58% -
HSV(B) 291º 0.57% 0.82% -
XYZ 36.57 22.82 62.8 -
YUV 133.18 170.79 169.24 -
System Red Green Blue C M Y K H S L
Decimal 191 89 209 0.09 0.57 0 0.18 291 0.57 0.58
Hex BF 59 D1 9 39 0 12 123 39 3A
Octal 277 131 321 11 71 0 22 443 71 72
Binary 10111111 1011001 11010001 1001 111001 0 10010 100100011 111001 111010

Color Harmonies of #BF59D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF59D1

Black with #BF59D1

Text Example


Text Example

White with #BF59D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF59D1; }

 p { color: rgb(191,89,209); }

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

background-color css

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

 a { background-color: rgb(191,89,209); }

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

border-color css

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

 span { border-color: rgb(191,89,209); }

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