#B875EA

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

Shades of Medium Orchid #B875EA

Tints of Medium Orchid #B875EA

Color information

#B875EA (or 0xB875EA) is unknown color: approx Medium Orchid. HEX triplet: B8, 75 and EA. RGB value is (184,117,234). Sum of RGB (Red+Green+Blue) = 184+117+234=535 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.39% from 535); Green value is 117 (46.09% from 255 or 21.87% from 535); Blue value is 234 (91.80% from 255 or 43.74% from 535); Max value from RGB is 234 - color contains mainly: blue. Hex color #B875EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B875EA is #478A15. Grayscale: #959595. Windows color (decimal): -4688406 or 15365560. OLE color: 15365560.

HSL color Cylindrical-coordinate representation of color #B875EA: hue angle of 274.36º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B875EA is Cyan = 0.21, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB184117234-
CMYK0.210.500.08
HSL274.36º73.58%68.82%-
HSV(B)274.36º50%91.76%-
XYZ40.9828.8581.25-
YUV150.37175.2151.99-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 34.39%
GREEN value IS 117 (46.09% from 255) = 21.87%
BLUE value IS 234 (91.80% from 255) = 43.74%
R=34.39%
G=21.87%
B=43.74%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1841172340.210.500.08274.3673.5868.82
HexB875EA1532081124a45
Octal2701653522562010422112105
Binary10111000111010111101010101011100100100010001001010010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B875EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B875EA; }

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

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

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

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

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

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

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

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