#B13CCA

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

Shades of Medium Orchid #B13CCA

Tints of Medium Orchid #B13CCA

Color information

#B13CCA (or 0xB13CCA) is unknown color: approx Medium Orchid. HEX triplet: B1, 3C and CA. RGB value is (177,60,202). Sum of RGB (Red+Green+Blue) = 177+60+202=439 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.32% from 439); Green value is 60 (23.83% from 255 or 13.67% from 439); Blue value is 202 (79.30% from 255 or 46.01% from 439); Max value from RGB is 202 - color contains mainly: blue. Hex color #B13CCA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B13CCA is #4EC335. Grayscale: #6E6E6E. Windows color (decimal): -5161782 or 13253809. OLE color: 13253809.

HSL color Cylindrical-coordinate representation of color #B13CCA: hue angle of 289.44º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B13CCA is Cyan = 0.12, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB17760202-
CMYK0.120.7000.21
HSL289.44º57.26%51.37%-
HSV(B)289.44º70.3%79.22%-
XYZ30.4116.8457.53-
YUV111.17179.26174.95-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.32%
GREEN value IS 60 (23.83% from 255) = 13.67%
BLUE value IS 202 (79.30% from 255) = 46.01%
R=40.32%
G=13.67%
B=46.01%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal177602020.120.7000.21289.4457.2651.37
HexB13CCAC460151213933
Octal26174312141060254417163
Binary101100011111001100101011001000110010101100100001111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13CCA; }

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

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

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

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

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

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

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

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