Html Css Color HEX #BF71D6 Medium Orchid

📋 copy color: '#BF71D6'

red 191 ◦ green 113 ◦ blue 214

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

Shades of Medium Orchid #BF71D6

Tints of Medium Orchid #BF71D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 41.31%

R = 36.87%
G = 21.81%
B = 41.31%

CMYK

 C value IS 0.11

 M value IS 0.47

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BF71D6 (or 0xBF71D6) is known color: Medium Orchid. HEX triplet: BF, 71 and D6. RGB value is (191,113,214). Sum of RGB (Red+Green+Blue) = 191+113+214=518 (68% of max value = 765). Red value is 191 (75% from 255 or 36.87% from 518); Green value is 113 (44.53% from 255 or 21.81% from 518); Blue value is 214 (83.98% from 255 or 41.31% from 518); Max value from RGB is 214 - color contains mainly: blue. Hex color #BF71D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF71D6 is #408E29. Grayscale: #939393. Windows color (decimal): -4230698 or 14053823. OLE color: 14053823.

HSL color Cylindrical-coordinate representation of color #BF71D6: hue angle of 286.34º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BF71D6 is Cyan = 0.11, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 191 113 214 -
CMYK 0.11 0.47 0 0.16
HSL 286.34º 0.55% 0.64% -
HSV(B) 286.34º 0.47% 0.84% -
XYZ 39.53 27.74 66.89 -
YUV 147.84 165.34 158.79 -
System Red Green Blue C M Y K H S L
Decimal 191 113 214 0.11 0.47 0 0.16 286.34 0.55 0.64
Hex BF 71 D6 B 2F 0 10 11E 37 40
Octal 277 161 326 13 57 0 20 436 67 100
Binary 10111111 1110001 11010110 1011 101111 0 10000 100011110 110111 1000000

Color Harmonies of #BF71D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF71D6

Black with #BF71D6

Text Example


Text Example

White with #BF71D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF71D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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