Html Css Color HEX #BF59D3 Medium Orchid

📋 copy color: '#BF59D3'

red 191 ◦ green 89 ◦ blue 211

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

Shades of Medium Orchid #BF59D3

Tints of Medium Orchid #BF59D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 42.97%

R = 38.9%
G = 18.13%
B = 42.97%

CMYK

 C value IS 0.09

 M value IS 0.58

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#BF59D3 (or 0xBF59D3) is known color: Medium Orchid. HEX triplet: BF, 59 and D3. RGB value is (191,89,211). Sum of RGB (Red+Green+Blue) = 191+89+211=491 (65% of max value = 765). Red value is 191 (75% from 255 or 38.90% from 491); Green value is 89 (35.16% from 255 or 18.13% from 491); Blue value is 211 (82.81% from 255 or 42.97% from 491); Max value from RGB is 211 - color contains mainly: blue. Hex color #BF59D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF59D3 is #40A62C. Grayscale: #858585. Windows color (decimal): -4236845 or 13851071. OLE color: 13851071.

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

Color convert

RGB 191 89 211 -
CMYK 0.09 0.58 0 0.17
HSL 290.16º 0.58% 0.59% -
HSV(B) 290.16º 0.58% 0.83% -
XYZ 36.82 22.92 64.11 -
YUV 133.41 171.79 169.08 -
System Red Green Blue C M Y K H S L
Decimal 191 89 211 0.09 0.58 0 0.17 290.16 0.58 0.59
Hex BF 59 D3 9 3A 0 11 122 3A 3B
Octal 277 131 323 11 72 0 21 442 72 73
Binary 10111111 1011001 11010011 1001 111010 0 10001 100100010 111010 111011

Color Harmonies of #BF59D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF59D3

Black with #BF59D3

Text Example


Text Example

White with #BF59D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF59D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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