Html Css Color HEX #BF59D0 Medium Orchid

📋 copy color: '#BF59D0'

red 191 ◦ green 89 ◦ blue 208

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

Shades of Medium Orchid #BF59D0

Tints of Medium Orchid #BF59D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 42.62%

R = 39.14%
G = 18.24%
B = 42.62%

CMYK

 C value IS 0.08

 M value IS 0.57

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BF59D0 (or 0xBF59D0) is known color: Medium Orchid. HEX triplet: BF, 59 and D0. RGB value is (191,89,208). Sum of RGB (Red+Green+Blue) = 191+89+208=488 (64% of max value = 765). Red value is 191 (75% from 255 or 39.14% from 488); Green value is 89 (35.16% from 255 or 18.24% from 488); Blue value is 208 (81.64% from 255 or 42.62% from 488); Max value from RGB is 208 - color contains mainly: blue. Hex color #BF59D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF59D0 is #40A62F. Grayscale: #848484. Windows color (decimal): -4236848 or 13654463. OLE color: 13654463.

HSL color Cylindrical-coordinate representation of color #BF59D0: hue angle of 291.43º degrees, saturation: 0.56, 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 #BF59D0 is Cyan = 0.08, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 191 89 208 -
CMYK 0.08 0.57 0 0.18
HSL 291.43º 0.56% 0.58% -
HSV(B) 291.43º 0.57% 0.82% -
XYZ 36.44 22.78 62.15 -
YUV 133.06 170.29 169.32 -
System Red Green Blue C M Y K H S L
Decimal 191 89 208 0.08 0.57 0 0.18 291.43 0.56 0.58
Hex BF 59 D0 8 39 0 12 123 38 3A
Octal 277 131 320 10 71 0 22 443 70 72
Binary 10111111 1011001 11010000 1000 111001 0 10010 100100011 111000 111010

Color Harmonies of #BF59D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF59D0

Black with #BF59D0

Text Example


Text Example

White with #BF59D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF59D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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