#B355C8

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

Shades of Medium Orchid #B355C8

Tints of Medium Orchid #B355C8

Color information

#B355C8 (or 0xB355C8) is unknown color: approx Medium Orchid. HEX triplet: B3, 55 and C8. RGB value is (179,85,200). Sum of RGB (Red+Green+Blue) = 179+85+200=464 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.58% from 464); Green value is 85 (33.59% from 255 or 18.32% from 464); Blue value is 200 (78.52% from 255 or 43.10% from 464); Max value from RGB is 200 - color contains mainly: blue. Hex color #B355C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B355C8 is #4CAA37. Grayscale: #7D7D7D. Windows color (decimal): -5024312 or 13129139. OLE color: 13129139.

HSL color Cylindrical-coordinate representation of color #B355C8: hue angle of 289.04º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B355C8 is Cyan = 0.10, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB17985200-
CMYK0.100.5800.22
HSL289.04º51.11%55.88%-
HSV(B)289.04º57.5%78.43%-
XYZ32.2620.2556.85-
YUV126.22169.64165.65-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.58%
GREEN value IS 85 (33.59% from 255) = 18.32%
BLUE value IS 200 (78.52% from 255) = 43.10%
R=38.58%
G=18.32%
B=43.10%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal179852000.100.5800.22289.0451.1155.88
HexB355C8A3A0161213338
Octal26312531012720264416370
Binary101100111010101110010001010111010010110100100001110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B355C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B355C8; }

 p { color: rgb(179,85,200); }

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

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

 a { background-color: rgb(179,85,200); }

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

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

 span { border-color: rgb(179,85,200); }

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