#B353CB

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

Shades of Medium Orchid #B353CB

Tints of Medium Orchid #B353CB

Color information

#B353CB (or 0xB353CB) is unknown color: approx Medium Orchid. HEX triplet: B3, 53 and CB. RGB value is (179,83,203). Sum of RGB (Red+Green+Blue) = 179+83+203=465 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.49% from 465); Green value is 83 (32.81% from 255 or 17.85% from 465); Blue value is 203 (79.69% from 255 or 43.66% from 465); Max value from RGB is 203 - color contains mainly: blue. Hex color #B353CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B353CB is #4CAC34. Grayscale: #7C7C7C. Windows color (decimal): -5024821 or 13325235. OLE color: 13325235.

HSL color Cylindrical-coordinate representation of color #B353CB: hue angle of 288º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B353CB is Cyan = 0.12, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB17983203-
CMYK0.120.5900.20
HSL288º53.57%56.08%-
HSV(B)288º59.11%79.61%-
XYZ32.4620.0858.67-
YUV125.38171.8166.24-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.49%
GREEN value IS 83 (32.81% from 255) = 17.85%
BLUE value IS 203 (79.69% from 255) = 43.66%
R=38.49%
G=17.85%
B=43.66%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal179832030.120.5900.2028853.5756.08
HexB353CBC3B0141203638
Octal26312331314730244406670
Binary101100111010011110010111100111011010100100100000110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B353CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B353CB; }

 p { color: rgb(179,83,203); }

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

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

 a { background-color: rgb(179,83,203); }

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

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

 span { border-color: rgb(179,83,203); }

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