#B873C4

Color #B873C4 Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #B873C4

Tints of Medium Orchid #B873C4

Color information

#B873C4 (or 0xB873C4) is unknown color: approx Medium Orchid. HEX triplet: B8, 73 and C4. RGB value is (184,115,196). Sum of RGB (Red+Green+Blue) = 184+115+196=495 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.17% from 495); Green value is 115 (45.31% from 255 or 23.23% from 495); Blue value is 196 (76.95% from 255 or 39.60% from 495); Max value from RGB is 196 - color contains mainly: blue. Hex color #B873C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B873C4 is #478C3B. Grayscale: #909090. Windows color (decimal): -4688956 or 12874680. OLE color: 12874680.

HSL color Cylindrical-coordinate representation of color #B873C4: hue angle of 291.11º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B873C4 is Cyan = 0.06, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB184115196-
CMYK0.060.4100.23
HSL291.11º40.7%60.98%-
HSV(B)291.11º41.33%76.86%-
XYZ35.8626.4455.44-
YUV144.86156.86155.91-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 37.17%
GREEN value IS 115 (45.31% from 255) = 23.23%
BLUE value IS 196 (76.95% from 255) = 39.60%
R=37.17%
G=23.23%
B=39.60%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1841151960.060.4100.23291.1140.760.98
HexB873C4629017123293d
Octal2701633046510274435175
Binary10111000111001111000100110101001010111100100011101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B873C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B873C4; }

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

 H1.HeaderClassName
 {
   color: #B873C4;
 }
 .AnyTagClassName
 {
   color: #B873C4;
 }
</style>
background-color css

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

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

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

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

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

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