#B355CA

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

Shades of Medium Orchid #B355CA

Tints of Medium Orchid #B355CA

Color information

#B355CA (or 0xB355CA) is unknown color: approx Medium Orchid. HEX triplet: B3, 55 and CA. RGB value is (179,85,202). Sum of RGB (Red+Green+Blue) = 179+85+202=466 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.41% from 466); Green value is 85 (33.59% from 255 or 18.24% from 466); Blue value is 202 (79.30% from 255 or 43.35% from 466); Max value from RGB is 202 - color contains mainly: blue. Hex color #B355CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B355CA is #4CAA35. Grayscale: #7E7E7E. Windows color (decimal): -5024310 or 13260211. OLE color: 13260211.

HSL color Cylindrical-coordinate representation of color #B355CA: hue angle of 288.21º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B355CA is Cyan = 0.11, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB17985202-
CMYK0.110.5800.21
HSL288.21º52.47%56.27%-
HSV(B)288.21º57.92%79.22%-
XYZ32.520.3458.09-
YUV126.44170.64165.49-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.41%
GREEN value IS 85 (33.59% from 255) = 18.24%
BLUE value IS 202 (79.30% from 255) = 43.35%
R=38.41%
G=18.24%
B=43.35%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal179852020.110.5800.21288.2152.4756.27
HexB355CAB3A0151203438
Octal26312531213720254406470
Binary101100111010101110010101011111010010101100100000110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B355CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B355CA; }

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

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

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

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

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

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

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

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