Html Css Color HEX #B873CD Medium Orchid

📋 copy color: '#B873CD'

red 184 ◦ green 115 ◦ blue 205

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

Shades of Medium Orchid #B873CD

Tints of Medium Orchid #B873CD

RGB

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

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

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

R = 36.51%
G = 22.82%
B = 40.67%

CMYK

 C value IS 0.10

 M value IS 0.44

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B873CD (or 0xB873CD) is known color: Medium Orchid. HEX triplet: B8, 73 and CD. RGB value is (184,115,205). Sum of RGB (Red+Green+Blue) = 184+115+205=504 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.51% from 504); Green value is 115 (45.31% from 255 or 22.82% from 504); Blue value is 205 (80.47% from 255 or 40.67% from 504); Max value from RGB is 205 - color contains mainly: blue. Hex color #B873CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B873CD is #478C32. Grayscale: #919191. Windows color (decimal): -4688947 or 13464504. OLE color: 13464504.

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

Color convert

RGB 184 115 205 -
CMYK 0.10 0.44 0 0.20
HSL 286º 0.47% 0.63% -
HSV(B) 286º 0.44% 0.8% -
XYZ 36.92 26.86 61 -
YUV 145.89 161.36 155.18 -
System Red Green Blue C M Y K H S L
Decimal 184 115 205 0.10 0.44 0 0.20 286 0.47 0.63
Hex B8 73 CD A 2C 0 14 11E 2F 3F
Octal 270 163 315 12 54 0 24 436 57 77
Binary 10111000 1110011 11001101 1010 101100 0 10100 100011110 101111 111111

Color Harmonies of #B873CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B873CD

Black with #B873CD

Text Example


Text Example

White with #B873CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B873CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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