#B13DE8

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

Shades of Medium Orchid #B13DE8

Tints of Medium Orchid #B13DE8

Color information

#B13DE8 (or 0xB13DE8) is unknown color: approx Medium Orchid. HEX triplet: B1, 3D and E8. RGB value is (177,61,232). Sum of RGB (Red+Green+Blue) = 177+61+232=470 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.66% from 470); Green value is 61 (24.22% from 255 or 12.98% from 470); Blue value is 232 (91.02% from 255 or 49.36% from 470); Max value from RGB is 232 - color contains mainly: blue. Hex color #B13DE8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B13DE8 is #4EC217. Grayscale: #727272. Windows color (decimal): -5161496 or 15220145. OLE color: 15220145.

HSL color Cylindrical-coordinate representation of color #B13DE8: hue angle of 280.7º degrees, saturation: 0.79, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B13DE8 is Cyan = 0.24, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB17761232-
CMYK0.240.7400.09
HSL280.7º78.8%57.45%-
HSV(B)280.7º73.71%90.98%-
XYZ34.3718.5178.11-
YUV115.18193.93172.1-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.66%
GREEN value IS 61 (24.22% from 255) = 12.98%
BLUE value IS 232 (91.02% from 255) = 49.36%
R=37.66%
G=12.98%
B=49.36%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal177612320.240.7400.09280.778.857.45
HexB13DE8184A091194f39
Octal261753503011201143111771
Binary1011000111110111101000110001001010010011000110011001111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13DE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13DE8; }

 p { color: rgb(177,61,232); }

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

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

 a { background-color: rgb(177,61,232); }

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

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

 span { border-color: rgb(177,61,232); }

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