#B358CA

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

Shades of Medium Orchid #B358CA

Tints of Medium Orchid #B358CA

Color information

#B358CA (or 0xB358CA) is unknown color: approx Medium Orchid. HEX triplet: B3, 58 and CA. RGB value is (179,88,202). Sum of RGB (Red+Green+Blue) = 179+88+202=469 (62% of max value = 765). Red value is 179 (70.31% from 255 or 38.17% from 469); Green value is 88 (34.77% from 255 or 18.76% from 469); Blue value is 202 (79.30% from 255 or 43.07% from 469); Max value from RGB is 202 - color contains mainly: blue. Hex color #B358CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B358CA is #4CA735. Grayscale: #7F7F7F. Windows color (decimal): -5023542 or 13260979. OLE color: 13260979.

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

Color convert

RGB17988202-
CMYK0.110.5600.21
HSL287.89º51.82%56.86%-
HSV(B)287.89º56.44%79.22%-
XYZ32.7420.8358.17-
YUV128.2169.65164.23-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.17%
GREEN value IS 88 (34.77% from 255) = 18.76%
BLUE value IS 202 (79.30% from 255) = 43.07%
R=38.17%
G=18.76%
B=43.07%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal179882020.110.5600.21287.8951.8256.86
HexB358CAB380151203439
Octal26313031213700254406471
Binary101100111011000110010101011111000010101100100000110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B358CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B358CA; }

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

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

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

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

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

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

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

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