#B954E8

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

Shades of Medium Orchid #B954E8

Tints of Medium Orchid #B954E8

Color information

#B954E8 (or 0xB954E8) is unknown color: approx Medium Orchid. HEX triplet: B9, 54 and E8. RGB value is (185,84,232). Sum of RGB (Red+Green+Blue) = 185+84+232=501 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.93% from 501); Green value is 84 (33.20% from 255 or 16.77% from 501); Blue value is 232 (91.02% from 255 or 46.31% from 501); Max value from RGB is 232 - color contains mainly: blue. Hex color #B954E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B954E8 is #46AB17. Grayscale: #828282. Windows color (decimal): -4631320 or 15226041. OLE color: 15226041.

HSL color Cylindrical-coordinate representation of color #B954E8: hue angle of 280.95º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B954E8 is Cyan = 0.20, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB18584232-
CMYK0.200.6400.09
HSL280.95º76.29%61.96%-
HSV(B)280.95º63.79%90.98%-
XYZ37.7422.4878.69-
YUV131.07184.96166.47-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 36.93%
GREEN value IS 84 (33.20% from 255) = 16.77%
BLUE value IS 232 (91.02% from 255) = 46.31%
R=36.93%
G=16.77%
B=46.31%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal185842320.200.6400.09280.9576.2961.96
HexB954E81440091194c3e
Octal2711243502410001143111476
Binary10111001101010011101000101001000000010011000110011001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B954E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B954E8; }

 p { color: rgb(185,84,232); }

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

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

 a { background-color: rgb(185,84,232); }

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

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

 span { border-color: rgb(185,84,232); }

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