#B13DEE

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

Shades of Medium Orchid #B13DEE

Tints of Medium Orchid #B13DEE

Color information

#B13DEE (or 0xB13DEE) is unknown color: approx Medium Orchid. HEX triplet: B1, 3D and EE. RGB value is (177,61,238). Sum of RGB (Red+Green+Blue) = 177+61+238=476 (63% of max value = 765). Red value is 177 (69.53% from 255 or 37.18% from 476); Green value is 61 (24.22% from 255 or 12.82% from 476); Blue value is 238 (93.36% from 255 or 50% from 476); Max value from RGB is 238 - color contains mainly: blue. Hex color #B13DEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B13DEE is #4EC211. Grayscale: #737373. Windows color (decimal): -5161490 or 15613361. OLE color: 15613361.

HSL color Cylindrical-coordinate representation of color #B13DEE: hue angle of 279.32º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B13DEE is Cyan = 0.26, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB17761238-
CMYK0.260.7400.07
HSL279.32º83.89%58.63%-
HSV(B)279.32º74.37%93.33%-
XYZ35.2318.8682.67-
YUV115.86196.93171.61-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.18%
GREEN value IS 61 (24.22% from 255) = 12.82%
BLUE value IS 238 (93.36% from 255) = 50%
R=37.18%
G=12.82%
B=50%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal177612380.260.7400.07279.3283.8958.63
HexB13DEE1A4A07117543b
Octal26175356321120742712473
Binary101100011111011110111011010100101001111000101111010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13DEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13DEE; }

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

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

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

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

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

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

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

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