Html Css Color HEX #B873C6 Medium Orchid

📋 copy color: '#B873C6'

red 184 ◦ green 115 ◦ blue 198

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

Shades of Medium Orchid #B873C6

Tints of Medium Orchid #B873C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 39.84%

R = 37.02%
G = 23.14%
B = 39.84%

CMYK

 C value IS 0.07

 M value IS 0.42

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B873C6 (or 0xB873C6) is known color: Medium Orchid. HEX triplet: B8, 73 and C6. RGB value is (184,115,198). Sum of RGB (Red+Green+Blue) = 184+115+198=497 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.02% from 497); Green value is 115 (45.31% from 255 or 23.14% from 497); Blue value is 198 (77.73% from 255 or 39.84% from 497); Max value from RGB is 198 - color contains mainly: blue. Hex color #B873C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B873C6 is #478C39. Grayscale: #909090. Windows color (decimal): -4688954 or 13005752. OLE color: 13005752.

HSL color Cylindrical-coordinate representation of color #B873C6: hue angle of 289.88º degrees, saturation: 0.42, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B873C6 is Cyan = 0.07, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 184 115 198 -
CMYK 0.07 0.42 0 0.22
HSL 289.88º 0.42% 0.61% -
HSV(B) 289.88º 0.42% 0.78% -
XYZ 36.09 26.53 56.64 -
YUV 145.09 157.86 155.75 -
System Red Green Blue C M Y K H S L
Decimal 184 115 198 0.07 0.42 0 0.22 289.88 0.42 0.61
Hex B8 73 C6 7 2A 0 16 122 2A 3D
Octal 270 163 306 7 52 0 26 442 52 75
Binary 10111000 1110011 11000110 111 101010 0 10110 100100010 101010 111101

Color Harmonies of #B873C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B873C6

Black with #B873C6

Text Example


Text Example

White with #B873C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B873C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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