Html Css Color HEX #B873E1 Medium Orchid

📋 copy color: '#B873E1'

red 184 ◦ green 115 ◦ blue 225

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

Shades of Medium Orchid #B873E1

Tints of Medium Orchid #B873E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 42.94%

R = 35.11%
G = 21.95%
B = 42.94%

CMYK

 C value IS 0.18

 M value IS 0.49

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B873E1 (or 0xB873E1) is known color: Medium Orchid. HEX triplet: B8, 73 and E1. RGB value is (184,115,225). Sum of RGB (Red+Green+Blue) = 184+115+225=524 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.11% from 524); Green value is 115 (45.31% from 255 or 21.95% from 524); Blue value is 225 (88.28% from 255 or 42.94% from 524); Max value from RGB is 225 - color contains mainly: blue. Hex color #B873E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B873E1 is #478C1E. Grayscale: #939393. Windows color (decimal): -4688927 or 14775224. OLE color: 14775224.

HSL color Cylindrical-coordinate representation of color #B873E1: hue angle of 277.64º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B873E1 is Cyan = 0.18, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 184 115 225 -
CMYK 0.18 0.49 0 0.12
HSL 277.64º 0.65% 0.67% -
HSV(B) 277.64º 0.49% 0.88% -
XYZ 39.49 27.89 74.54 -
YUV 148.17 171.36 153.56 -
System Red Green Blue C M Y K H S L
Decimal 184 115 225 0.18 0.49 0 0.12 277.64 0.65 0.67
Hex B8 73 E1 12 31 0 C 116 41 43
Octal 270 163 341 22 61 0 14 426 101 103
Binary 10111000 1110011 11100001 10010 110001 0 1100 100010110 1000001 1000011

Color Harmonies of #B873E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B873E1

Black with #B873E1

Text Example


Text Example

White with #B873E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B873E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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