#B13AE5

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

Shades of Medium Orchid #B13AE5

Tints of Medium Orchid #B13AE5

Color information

#B13AE5 (or 0xB13AE5) is unknown color: approx Medium Orchid. HEX triplet: B1, 3A and E5. RGB value is (177,58,229). Sum of RGB (Red+Green+Blue) = 177+58+229=464 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.15% from 464); Green value is 58 (23.05% from 255 or 12.5% from 464); Blue value is 229 (89.84% from 255 or 49.35% from 464); Max value from RGB is 229 - color contains mainly: blue. Hex color #B13AE5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B13AE5 is #4EC51A. Grayscale: #707070. Windows color (decimal): -5162267 or 15022769. OLE color: 15022769.

HSL color Cylindrical-coordinate representation of color #B13AE5: hue angle of 281.75º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B13AE5 is Cyan = 0.23, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB17758229-
CMYK0.230.7500.10
HSL281.75º76.68%56.27%-
HSV(B)281.75º74.67%89.8%-
XYZ33.7918.0375.83-
YUV113.07193.42173.6-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.15%
GREEN value IS 58 (23.05% from 255) = 12.5%
BLUE value IS 229 (89.84% from 255) = 49.35%
R=38.15%
G=12.5%
B=49.35%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal177582290.230.7500.10281.7576.6856.27
HexB13AE5174B0A11a4d38
Octal261723452711301243211570
Binary1011000111101011100101101111001011010101000110101001101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13AE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13AE5; }

 p { color: rgb(177,58,229); }

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

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

 a { background-color: rgb(177,58,229); }

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

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

 span { border-color: rgb(177,58,229); }

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