#B81FE1

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

Shades of Dark Orchid #B81FE1

Tints of Dark Orchid #B81FE1

Color information

#B81FE1 (or 0xB81FE1) is unknown color: approx Dark Orchid. HEX triplet: B8, 1F and E1. RGB value is (184,31,225). Sum of RGB (Red+Green+Blue) = 184+31+225=440 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.82% from 440); Green value is 31 (12.5% from 255 or 7.05% from 440); Blue value is 225 (88.28% from 255 or 51.14% from 440); Max value from RGB is 225 - color contains mainly: blue. Hex color #B81FE1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B81FE1 is #47E01E. Grayscale: #626262. Windows color (decimal): -4710431 or 14753720. OLE color: 14753720.

HSL color Cylindrical-coordinate representation of color #B81FE1: hue angle of 287.32º 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 #B81FE1 is Cyan = 0.18, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB18431225-
CMYK0.180.8600.12
HSL287.32º76.38%50.2%-
HSV(B)287.32º86.22%88.24%-
XYZ33.8516.6172.66-
YUV98.86199.19188.73-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 41.82%
GREEN value IS 31 (12.5% from 255) = 7.05%
BLUE value IS 225 (88.28% from 255) = 51.14%
R=41.82%
G=7.05%
B=51.14%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal184312250.180.8600.12287.3276.3850.2
HexB81FE112560C11f4c32
Octal270373412212601443711462
Binary101110001111111100001100101010110011001000111111001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B81FE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B81FE1; }

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

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

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

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

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

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

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

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