Html Css Color HEX #BF59DF Medium Orchid

📋 copy color: '#BF59DF'

red 191 ◦ green 89 ◦ blue 223

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

Shades of Medium Orchid #BF59DF

Tints of Medium Orchid #BF59DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 44.33%

R = 37.97%
G = 17.69%
B = 44.33%

CMYK

 C value IS 0.14

 M value IS 0.60

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BF59DF (or 0xBF59DF) is known color: Medium Orchid. HEX triplet: BF, 59 and DF. RGB value is (191,89,223). Sum of RGB (Red+Green+Blue) = 191+89+223=503 (66% of max value = 765). Red value is 191 (75% from 255 or 37.97% from 503); Green value is 89 (35.16% from 255 or 17.69% from 503); Blue value is 223 (87.5% from 255 or 44.33% from 503); Max value from RGB is 223 - color contains mainly: blue. Hex color #BF59DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF59DF is #40A620. Grayscale: #868686. Windows color (decimal): -4236833 or 14637503. OLE color: 14637503.

HSL color Cylindrical-coordinate representation of color #BF59DF: hue angle of 285.67º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BF59DF is Cyan = 0.14, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 191 89 223 -
CMYK 0.14 0.60 0 0.13
HSL 285.67º 0.68% 0.61% -
HSV(B) 285.67º 0.6% 0.87% -
XYZ 38.38 23.55 72.33 -
YUV 134.77 177.79 168.1 -
System Red Green Blue C M Y K H S L
Decimal 191 89 223 0.14 0.60 0 0.13 285.67 0.68 0.61
Hex BF 59 DF E 3C 0 D 11E 44 3D
Octal 277 131 337 16 74 0 15 436 104 75
Binary 10111111 1011001 11011111 1110 111100 0 1101 100011110 1000100 111101

Color Harmonies of #BF59DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF59DF

Black with #BF59DF

Text Example


Text Example

White with #BF59DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF59DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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