#B51FE1

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

Shades of Dark Orchid #B51FE1

Tints of Dark Orchid #B51FE1

Color information

#B51FE1 (or 0xB51FE1) is unknown color: approx Dark Orchid. HEX triplet: B5, 1F and E1. RGB value is (181,31,225). Sum of RGB (Red+Green+Blue) = 181+31+225=437 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.42% from 437); Green value is 31 (12.5% from 255 or 7.09% from 437); Blue value is 225 (88.28% from 255 or 51.49% from 437); Max value from RGB is 225 - color contains mainly: blue. Hex color #B51FE1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B51FE1 is #4AE01E. Grayscale: #616161. Windows color (decimal): -4907039 or 14753717. OLE color: 14753717.

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

Color convert

RGB18131225-
CMYK0.200.8600.12
HSL286.39º76.38%50.2%-
HSV(B)286.39º86.22%88.24%-
XYZ33.1416.2472.62-
YUV97.97199.7187.23-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.42%
GREEN value IS 31 (12.5% from 255) = 7.09%
BLUE value IS 225 (88.28% from 255) = 51.49%
R=41.42%
G=7.09%
B=51.49%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal181312250.200.8600.12286.3976.3850.2
HexB51FE114560C11e4c32
Octal265373412412601443611462
Binary101101011111111100001101001010110011001000111101001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B51FE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B51FE1; }

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

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

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

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

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

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

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

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