#B13CCB

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

Shades of Medium Orchid #B13CCB

Tints of Medium Orchid #B13CCB

Color information

#B13CCB (or 0xB13CCB) is unknown color: approx Medium Orchid. HEX triplet: B1, 3C and CB. RGB value is (177,60,203). Sum of RGB (Red+Green+Blue) = 177+60+203=440 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.23% from 440); Green value is 60 (23.83% from 255 or 13.64% from 440); Blue value is 203 (79.69% from 255 or 46.14% from 440); Max value from RGB is 203 - color contains mainly: blue. Hex color #B13CCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B13CCB is #4EC334. Grayscale: #6E6E6E. Windows color (decimal): -5161781 or 13319345. OLE color: 13319345.

HSL color Cylindrical-coordinate representation of color #B13CCB: hue angle of 289.09º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B13CCB is Cyan = 0.13, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB17760203-
CMYK0.130.7000.20
HSL289.09º57.89%51.57%-
HSV(B)289.09º70.44%79.61%-
XYZ30.5316.8958.15-
YUV111.28179.76174.87-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.23%
GREEN value IS 60 (23.83% from 255) = 13.64%
BLUE value IS 203 (79.69% from 255) = 46.14%
R=40.23%
G=13.64%
B=46.14%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal177602030.130.7000.20289.0957.8951.57
HexB13CCBD460141213a34
Octal26174313151060244417264
Binary101100011111001100101111011000110010100100100001111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13CCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13CCB; }

 p { color: rgb(177,60,203); }

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

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

 a { background-color: rgb(177,60,203); }

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

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

 span { border-color: rgb(177,60,203); }

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