Html Css Color HEX #B871DF Medium Orchid

📋 copy color: '#B871DF'

red 184 ◦ green 113 ◦ blue 223

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

Shades of Medium Orchid #B871DF

Tints of Medium Orchid #B871DF

RGB

 RED value IS 184 (72.27% from 255) = 35.38%

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

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

R = 35.38%
G = 21.73%
B = 42.88%

CMYK

 C value IS 0.17

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B871DF (or 0xB871DF) is known color: Medium Orchid. HEX triplet: B8, 71 and DF. RGB value is (184,113,223). Sum of RGB (Red+Green+Blue) = 184+113+223=520 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.38% from 520); Green value is 113 (44.53% from 255 or 21.73% from 520); Blue value is 223 (87.5% from 255 or 42.88% from 520); Max value from RGB is 223 - color contains mainly: blue. Hex color #B871DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B871DF is #478E20. Grayscale: #929292. Windows color (decimal): -4689441 or 14643640. OLE color: 14643640.

HSL color Cylindrical-coordinate representation of color #B871DF: hue angle of 278.73º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B871DF is Cyan = 0.17, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 184 113 223 -
CMYK 0.17 0.49 0 0.13
HSL 278.73º 0.63% 0.66% -
HSV(B) 278.73º 0.49% 0.87% -
XYZ 38.99 27.33 73.03 -
YUV 146.77 171.02 154.56 -
System Red Green Blue C M Y K H S L
Decimal 184 113 223 0.17 0.49 0 0.13 278.73 0.63 0.66
Hex B8 71 DF 11 31 0 D 117 3F 42
Octal 270 161 337 21 61 0 15 427 77 102
Binary 10111000 1110001 11011111 10001 110001 0 1101 100010111 111111 1000010

Color Harmonies of #B871DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B871DF

Black with #B871DF

Text Example


Text Example

White with #B871DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B871DF; }

 p { color: rgb(184,113,223); }

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

background-color css

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

 a { background-color: rgb(184,113,223); }

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

border-color css

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

 span { border-color: rgb(184,113,223); }

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