Html Css Color HEX #BF59DC Medium Orchid

📋 copy color: '#BF59DC'

red 191 ◦ green 89 ◦ blue 220

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

Shades of Medium Orchid #BF59DC

Tints of Medium Orchid #BF59DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 44%

R = 38.2%
G = 17.8%
B = 44%

CMYK

 C value IS 0.13

 M value IS 0.60

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BF59DC (or 0xBF59DC) is known color: Medium Orchid. HEX triplet: BF, 59 and DC. RGB value is (191,89,220). Sum of RGB (Red+Green+Blue) = 191+89+220=500 (66% of max value = 765). Red value is 191 (75% from 255 or 38.2% from 500); Green value is 89 (35.16% from 255 or 17.8% from 500); Blue value is 220 (86.33% from 255 or 44% from 500); Max value from RGB is 220 - color contains mainly: blue. Hex color #BF59DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF59DC is #40A623. Grayscale: #868686. Windows color (decimal): -4236836 or 14440895. OLE color: 14440895.

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

Color convert

RGB 191 89 220 -
CMYK 0.13 0.60 0 0.14
HSL 286.72º 0.65% 0.61% -
HSV(B) 286.72º 0.6% 0.86% -
XYZ 37.98 23.39 70.22 -
YUV 134.43 176.29 168.35 -
System Red Green Blue C M Y K H S L
Decimal 191 89 220 0.13 0.60 0 0.14 286.72 0.65 0.61
Hex BF 59 DC D 3C 0 E 11F 41 3D
Octal 277 131 334 15 74 0 16 437 101 75
Binary 10111111 1011001 11011100 1101 111100 0 1110 100011111 1000001 111101

Color Harmonies of #BF59DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF59DC

Black with #BF59DC

Text Example


Text Example

White with #BF59DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF59DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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