Html Css Color HEX #B873CE Medium Orchid

📋 copy color: '#B873CE'

red 184 ◦ green 115 ◦ blue 206

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

Shades of Medium Orchid #B873CE

Tints of Medium Orchid #B873CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 40.79%

R = 36.44%
G = 22.77%
B = 40.79%

CMYK

 C value IS 0.11

 M value IS 0.44

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B873CE (or 0xB873CE) is known color: Medium Orchid. HEX triplet: B8, 73 and CE. RGB value is (184,115,206). Sum of RGB (Red+Green+Blue) = 184+115+206=505 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.44% from 505); Green value is 115 (45.31% from 255 or 22.77% from 505); Blue value is 206 (80.86% from 255 or 40.79% from 505); Max value from RGB is 206 - color contains mainly: blue. Hex color #B873CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B873CE is #478C31. Grayscale: #919191. Windows color (decimal): -4688946 or 13530040. OLE color: 13530040.

HSL color Cylindrical-coordinate representation of color #B873CE: hue angle of 285.49º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B873CE is Cyan = 0.11, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 184 115 206 -
CMYK 0.11 0.44 0 0.19
HSL 285.49º 0.48% 0.63% -
HSV(B) 285.49º 0.44% 0.81% -
XYZ 37.04 26.91 61.63 -
YUV 146.01 161.86 155.1 -
System Red Green Blue C M Y K H S L
Decimal 184 115 206 0.11 0.44 0 0.19 285.49 0.48 0.63
Hex B8 73 CE B 2C 0 13 11D 30 3F
Octal 270 163 316 13 54 0 23 435 60 77
Binary 10111000 1110011 11001110 1011 101100 0 10011 100011101 110000 111111

Color Harmonies of #B873CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B873CE

Black with #B873CE

Text Example


Text Example

White with #B873CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B873CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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