Html Css Color HEX #B873D1 Medium Orchid

📋 copy color: '#B873D1'

red 184 ◦ green 115 ◦ blue 209

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

Shades of Medium Orchid #B873D1

Tints of Medium Orchid #B873D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 41.14%

R = 36.22%
G = 22.64%
B = 41.14%

CMYK

 C value IS 0.12

 M value IS 0.45

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B873D1 (or 0xB873D1) is known color: Medium Orchid. HEX triplet: B8, 73 and D1. RGB value is (184,115,209). Sum of RGB (Red+Green+Blue) = 184+115+209=508 (67% of max value = 765). Red value is 184 (72.27% from 255 or 36.22% from 508); Green value is 115 (45.31% from 255 or 22.64% from 508); Blue value is 209 (82.03% from 255 or 41.14% from 508); Max value from RGB is 209 - color contains mainly: blue. Hex color #B873D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B873D1 is #478C2E. Grayscale: #929292. Windows color (decimal): -4688943 or 13726648. OLE color: 13726648.

HSL color Cylindrical-coordinate representation of color #B873D1: hue angle of 284.04º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B873D1 is Cyan = 0.12, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 184 115 209 -
CMYK 0.12 0.45 0 0.18
HSL 284.04º 0.51% 0.64% -
HSV(B) 284.04º 0.45% 0.82% -
XYZ 37.41 27.06 63.57 -
YUV 146.35 163.36 154.86 -
System Red Green Blue C M Y K H S L
Decimal 184 115 209 0.12 0.45 0 0.18 284.04 0.51 0.64
Hex B8 73 D1 C 2D 0 12 11C 33 40
Octal 270 163 321 14 55 0 22 434 63 100
Binary 10111000 1110011 11010001 1100 101101 0 10010 100011100 110011 1000000

Color Harmonies of #B873D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B873D1

Black with #B873D1

Text Example


Text Example

White with #B873D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B873D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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