#B955EE

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

Shades of Medium Orchid #B955EE

Tints of Medium Orchid #B955EE

Color information

#B955EE (or 0xB955EE) is unknown color: approx Medium Orchid. HEX triplet: B9, 55 and EE. RGB value is (185,85,238). Sum of RGB (Red+Green+Blue) = 185+85+238=508 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.42% from 508); Green value is 85 (33.59% from 255 or 16.73% from 508); Blue value is 238 (93.36% from 255 or 46.85% from 508); Max value from RGB is 238 - color contains mainly: blue. Hex color #B955EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B955EE is #46AA11. Grayscale: #838383. Windows color (decimal): -4631058 or 15619513. OLE color: 15619513.

HSL color Cylindrical-coordinate representation of color #B955EE: hue angle of 279.22º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B955EE is Cyan = 0.22, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB18585238-
CMYK0.220.6400.07
HSL279.22º81.82%63.33%-
HSV(B)279.22º64.29%93.33%-
XYZ38.6922.9883.29-
YUV132.34187.63165.56-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 36.42%
GREEN value IS 85 (33.59% from 255) = 16.73%
BLUE value IS 238 (93.36% from 255) = 46.85%
R=36.42%
G=16.73%
B=46.85%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal185852380.220.6400.07279.2281.8263.33
HexB955EE164007117523f
Octal271125356261000742712277
Binary1011100110101011110111010110100000001111000101111010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B955EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B955EE; }

 p { color: rgb(185,85,238); }

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

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

 a { background-color: rgb(185,85,238); }

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

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

 span { border-color: rgb(185,85,238); }

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