#B13BCF

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

Shades of Medium Orchid #B13BCF

Tints of Medium Orchid #B13BCF

Color information

#B13BCF (or 0xB13BCF) is unknown color: approx Medium Orchid. HEX triplet: B1, 3B and CF. RGB value is (177,59,207). Sum of RGB (Red+Green+Blue) = 177+59+207=443 (58% of max value = 765). Red value is 177 (69.53% from 255 or 39.95% from 443); Green value is 59 (23.44% from 255 or 13.32% from 443); Blue value is 207 (81.25% from 255 or 46.73% from 443); Max value from RGB is 207 - color contains mainly: blue. Hex color #B13BCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B13BCF is #4EC430. Grayscale: #6E6E6E. Windows color (decimal): -5162033 or 13581233. OLE color: 13581233.

HSL color Cylindrical-coordinate representation of color #B13BCF: hue angle of 287.84º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B13BCF is Cyan = 0.14, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB17759207-
CMYK0.140.7100.19
HSL287.84º60.66%52.16%-
HSV(B)287.84º71.5%81.18%-
XYZ30.9616.9860.68-
YUV111.15182.09174.97-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.95%
GREEN value IS 59 (23.44% from 255) = 13.32%
BLUE value IS 207 (81.25% from 255) = 46.73%
R=39.95%
G=13.32%
B=46.73%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal177592070.140.7100.19287.8460.6652.16
HexB13BCFE470131203d34
Octal26173317161070234407564
Binary101100011110111100111111101000111010011100100000111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13BCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13BCF; }

 p { color: rgb(177,59,207); }

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

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

 a { background-color: rgb(177,59,207); }

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

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

 span { border-color: rgb(177,59,207); }

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