#B875E8

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

Shades of Medium Orchid #B875E8

Tints of Medium Orchid #B875E8

Color information

#B875E8 (or 0xB875E8) is unknown color: approx Medium Orchid. HEX triplet: B8, 75 and E8. RGB value is (184,117,232). Sum of RGB (Red+Green+Blue) = 184+117+232=533 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.52% from 533); Green value is 117 (46.09% from 255 or 21.95% from 533); Blue value is 232 (91.02% from 255 or 43.53% from 533); Max value from RGB is 232 - color contains mainly: blue. Hex color #B875E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B875E8 is #478A17. Grayscale: #959595. Windows color (decimal): -4688408 or 15234488. OLE color: 15234488.

HSL color Cylindrical-coordinate representation of color #B875E8: hue angle of 274.96º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B875E8 is Cyan = 0.21, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB184117232-
CMYK0.210.5000.09
HSL274.96º71.43%68.43%-
HSV(B)274.96º49.57%90.98%-
XYZ40.6928.7479.75-
YUV150.14174.2152.15-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 34.52%
GREEN value IS 117 (46.09% from 255) = 21.95%
BLUE value IS 232 (91.02% from 255) = 43.53%
R=34.52%
G=21.95%
B=43.53%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1841172320.210.5000.09274.9671.4368.43
HexB875E81532091134744
Octal2701653502562011423107104
Binary10111000111010111101000101011100100100110001001110001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B875E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B875E8; }

 p { color: rgb(184,117,232); }

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

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

 a { background-color: rgb(184,117,232); }

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

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

 span { border-color: rgb(184,117,232); }

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