Html Css Color HEX #B871CD Medium Orchid

📋 copy color: '#B871CD'

red 184 ◦ green 113 ◦ blue 205

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

Shades of Medium Orchid #B871CD

Tints of Medium Orchid #B871CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 40.84%

R = 36.65%
G = 22.51%
B = 40.84%

CMYK

 C value IS 0.10

 M value IS 0.45

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B871CD (or 0xB871CD) is known color: Medium Orchid. HEX triplet: B8, 71 and CD. RGB value is (184,113,205). Sum of RGB (Red+Green+Blue) = 184+113+205=502 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.65% from 502); Green value is 113 (44.53% from 255 or 22.51% from 502); Blue value is 205 (80.47% from 255 or 40.84% from 502); Max value from RGB is 205 - color contains mainly: blue. Hex color #B871CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B871CD is #478E32. Grayscale: #909090. Windows color (decimal): -4689459 or 13463992. OLE color: 13463992.

HSL color Cylindrical-coordinate representation of color #B871CD: hue angle of 286.3º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B871CD is Cyan = 0.10, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 184 113 205 -
CMYK 0.10 0.45 0 0.20
HSL 286.3º 0.48% 0.62% -
HSV(B) 286.3º 0.45% 0.8% -
XYZ 36.69 26.41 60.92 -
YUV 144.72 162.02 156.02 -
System Red Green Blue C M Y K H S L
Decimal 184 113 205 0.10 0.45 0 0.20 286.3 0.48 0.62
Hex B8 71 CD A 2D 0 14 11E 30 3E
Octal 270 161 315 12 55 0 24 436 60 76
Binary 10111000 1110001 11001101 1010 101101 0 10100 100011110 110000 111110

Color Harmonies of #B871CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B871CD

Black with #B871CD

Text Example


Text Example

White with #B871CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B871CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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