Html Css Color HEX #B871DD Medium Orchid

📋 copy color: '#B871DD'

red 184 ◦ green 113 ◦ blue 221

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

Shades of Medium Orchid #B871DD

Tints of Medium Orchid #B871DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 42.66%

R = 35.52%
G = 21.81%
B = 42.66%

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

#B871DD (or 0xB871DD) is known color: Medium Orchid. HEX triplet: B8, 71 and DD. RGB value is (184,113,221). Sum of RGB (Red+Green+Blue) = 184+113+221=518 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.52% from 518); Green value is 113 (44.53% from 255 or 21.81% from 518); Blue value is 221 (86.72% from 255 or 42.66% from 518); Max value from RGB is 221 - color contains mainly: blue. Hex color #B871DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B871DD is #478E22. Grayscale: #929292. Windows color (decimal): -4689443 or 14512568. OLE color: 14512568.

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

Color convert

RGB 184 113 221 -
CMYK 0.17 0.49 0 0.13
HSL 279.44º 0.61% 0.65% -
HSV(B) 279.44º 0.49% 0.87% -
XYZ 38.72 27.22 71.62 -
YUV 146.54 170.02 154.72 -
System Red Green Blue C M Y K H S L
Decimal 184 113 221 0.17 0.49 0 0.13 279.44 0.61 0.65
Hex B8 71 DD 11 31 0 D 117 3D 41
Octal 270 161 335 21 61 0 15 427 75 101
Binary 10111000 1110001 11011101 10001 110001 0 1101 100010111 111101 1000001

Color Harmonies of #B871DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B871DD

Black with #B871DD

Text Example


Text Example

White with #B871DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B871DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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