Html Css Color HEX #BF59D5 Medium Orchid

📋 copy color: '#BF59D5'

red 191 ◦ green 89 ◦ blue 213

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

Shades of Medium Orchid #BF59D5

Tints of Medium Orchid #BF59D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 43.2%

R = 38.74%
G = 18.05%
B = 43.2%

CMYK

 C value IS 0.10

 M value IS 0.58

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BF59D5 (or 0xBF59D5) is known color: Medium Orchid. HEX triplet: BF, 59 and D5. RGB value is (191,89,213). Sum of RGB (Red+Green+Blue) = 191+89+213=493 (65% of max value = 765). Red value is 191 (75% from 255 or 38.74% from 493); Green value is 89 (35.16% from 255 or 18.05% from 493); Blue value is 213 (83.59% from 255 or 43.20% from 493); Max value from RGB is 213 - color contains mainly: blue. Hex color #BF59D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF59D5 is #40A62A. Grayscale: #858585. Windows color (decimal): -4236843 or 13982143. OLE color: 13982143.

HSL color Cylindrical-coordinate representation of color #BF59D5: hue angle of 289.35º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BF59D5 is Cyan = 0.10, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 191 89 213 -
CMYK 0.10 0.58 0 0.16
HSL 289.35º 0.6% 0.59% -
HSV(B) 289.35º 0.58% 0.84% -
XYZ 37.07 23.03 65.44 -
YUV 133.63 172.79 168.92 -
System Red Green Blue C M Y K H S L
Decimal 191 89 213 0.10 0.58 0 0.16 289.35 0.6 0.59
Hex BF 59 D5 A 3A 0 10 121 3C 3B
Octal 277 131 325 12 72 0 20 441 74 73
Binary 10111111 1011001 11010101 1010 111010 0 10000 100100001 111100 111011

Color Harmonies of #BF59D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF59D5

Black with #BF59D5

Text Example


Text Example

White with #BF59D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF59D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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