Html Css Color HEX #B873DF Medium Orchid

📋 copy color: '#B873DF'

red 184 ◦ green 115 ◦ blue 223

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

Shades of Medium Orchid #B873DF

Tints of Medium Orchid #B873DF

RGB

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

 GREEN value IS 115 (45.31% from 255) = 22.03%

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

R = 35.25%
G = 22.03%
B = 42.72%

CMYK

 C value IS 0.17

 M value IS 0.48

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B873DF (or 0xB873DF) is known color: Medium Orchid. HEX triplet: B8, 73 and DF. RGB value is (184,115,223). Sum of RGB (Red+Green+Blue) = 184+115+223=522 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.25% from 522); Green value is 115 (45.31% from 255 or 22.03% from 522); Blue value is 223 (87.5% from 255 or 42.72% from 522); Max value from RGB is 223 - color contains mainly: blue. Hex color #B873DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B873DF is #478C20. Grayscale: #939393. Windows color (decimal): -4688929 or 14644152. OLE color: 14644152.

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

Color convert

RGB 184 115 223 -
CMYK 0.17 0.48 0 0.13
HSL 278.33º 0.63% 0.66% -
HSV(B) 278.33º 0.48% 0.87% -
XYZ 39.22 27.78 73.11 -
YUV 147.94 170.36 153.72 -
System Red Green Blue C M Y K H S L
Decimal 184 115 223 0.17 0.48 0 0.13 278.33 0.63 0.66
Hex B8 73 DF 11 30 0 D 116 3F 42
Octal 270 163 337 21 60 0 15 426 77 102
Binary 10111000 1110011 11011111 10001 110000 0 1101 100010110 111111 1000010

Color Harmonies of #B873DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B873DF

Black with #B873DF

Text Example


Text Example

White with #B873DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B873DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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