Html Css Color HEX #BF71D9 Medium Orchid

📋 copy color: '#BF71D9'

red 191 ◦ green 113 ◦ blue 217

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

Shades of Medium Orchid #BF71D9

Tints of Medium Orchid #BF71D9

RGB

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

 GREEN value IS 113 (44.53% from 255) = 21.69%

 BLUE value IS 217 (85.16% from 255) = 41.65%

R = 36.66%
G = 21.69%
B = 41.65%

CMYK

 C value IS 0.12

 M value IS 0.48

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BF71D9 (or 0xBF71D9) is known color: Medium Orchid. HEX triplet: BF, 71 and D9. RGB value is (191,113,217). Sum of RGB (Red+Green+Blue) = 191+113+217=521 (69% of max value = 765). Red value is 191 (75% from 255 or 36.66% from 521); Green value is 113 (44.53% from 255 or 21.69% from 521); Blue value is 217 (85.16% from 255 or 41.65% from 521); Max value from RGB is 217 - color contains mainly: blue. Hex color #BF71D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF71D9 is #408E26. Grayscale: #939393. Windows color (decimal): -4230695 or 14250431. OLE color: 14250431.

HSL color Cylindrical-coordinate representation of color #BF71D9: hue angle of 285º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BF71D9 is Cyan = 0.12, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 191 113 217 -
CMYK 0.12 0.48 0 0.15
HSL 285º 0.58% 0.65% -
HSV(B) 285º 0.48% 0.85% -
XYZ 39.92 27.9 68.93 -
YUV 148.18 166.84 158.54 -
System Red Green Blue C M Y K H S L
Decimal 191 113 217 0.12 0.48 0 0.15 285 0.58 0.65
Hex BF 71 D9 C 30 0 F 11D 3A 41
Octal 277 161 331 14 60 0 17 435 72 101
Binary 10111111 1110001 11011001 1100 110000 0 1111 100011101 111010 1000001

Color Harmonies of #BF71D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF71D9

Black with #BF71D9

Text Example


Text Example

White with #BF71D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF71D9; }

 p { color: rgb(191,113,217); }

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

background-color css

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

 a { background-color: rgb(191,113,217); }

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

border-color css

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

 span { border-color: rgb(191,113,217); }

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