#B954EE

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

Shades of Medium Orchid #B954EE

Tints of Medium Orchid #B954EE

Color information

#B954EE (or 0xB954EE) is unknown color: approx Medium Orchid. HEX triplet: B9, 54 and EE. RGB value is (185,84,238). Sum of RGB (Red+Green+Blue) = 185+84+238=507 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.49% from 507); Green value is 84 (33.20% from 255 or 16.57% from 507); Blue value is 238 (93.36% from 255 or 46.94% from 507); Max value from RGB is 238 - color contains mainly: blue. Hex color #B954EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B954EE is #46AB11. Grayscale: #838383. Windows color (decimal): -4631314 or 15619257. OLE color: 15619257.

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

Color convert

RGB18584238-
CMYK0.220.6500.07
HSL279.35º81.91%63.14%-
HSV(B)279.35º64.71%93.33%-
XYZ38.6122.8383.26-
YUV131.76187.96165.98-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 36.49%
GREEN value IS 84 (33.20% from 255) = 16.57%
BLUE value IS 238 (93.36% from 255) = 46.94%
R=36.49%
G=16.57%
B=46.94%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal185842380.220.6500.07279.3581.9163.14
HexB954EE164107117523f
Octal271124356261010742712277
Binary1011100110101001110111010110100000101111000101111010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B954EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B954EE; }

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

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

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

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

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

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

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

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