#B11FE1

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

Shades of Dark Orchid #B11FE1

Tints of Dark Orchid #B11FE1

Color information

#B11FE1 (or 0xB11FE1) is unknown color: approx Dark Orchid. HEX triplet: B1, 1F and E1. RGB value is (177,31,225). Sum of RGB (Red+Green+Blue) = 177+31+225=433 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.88% from 433); Green value is 31 (12.5% from 255 or 7.16% from 433); Blue value is 225 (88.28% from 255 or 51.96% from 433); Max value from RGB is 225 - color contains mainly: blue. Hex color #B11FE1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B11FE1 is #4EE01E. Grayscale: #606060. Windows color (decimal): -5169183 or 14753713. OLE color: 14753713.

HSL color Cylindrical-coordinate representation of color #B11FE1: hue angle of 285.15º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B11FE1 is Cyan = 0.21, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB17731225-
CMYK0.210.8600.12
HSL285.15º76.38%50.2%-
HSV(B)285.15º86.22%88.24%-
XYZ32.2115.7672.58-
YUV96.77200.37185.23-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.88%
GREEN value IS 31 (12.5% from 255) = 7.16%
BLUE value IS 225 (88.28% from 255) = 51.96%
R=40.88%
G=7.16%
B=51.96%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal177312250.210.8600.12285.1576.3850.2
HexB11FE115560C11d4c32
Octal261373412512601443511462
Binary101100011111111100001101011010110011001000111011001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B11FE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B11FE1; }

 p { color: rgb(177,31,225); }

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

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

 a { background-color: rgb(177,31,225); }

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

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

 span { border-color: rgb(177,31,225); }

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