#B531F3

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

Shades of Dark Orchid #B531F3

Tints of Dark Orchid #B531F3

Color information

#B531F3 (or 0xB531F3) is unknown color: approx Dark Orchid. HEX triplet: B5, 31 and F3. RGB value is (181,49,243). Sum of RGB (Red+Green+Blue) = 181+49+243=473 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.27% from 473); Green value is 49 (19.53% from 255 or 10.36% from 473); Blue value is 243 (95.31% from 255 or 51.37% from 473); Max value from RGB is 243 - color contains mainly: blue. Hex color #B531F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B531F3 is #4ACE0C. Grayscale: #6D6D6D. Windows color (decimal): -4902413 or 15937973. OLE color: 15937973.

HSL color Cylindrical-coordinate representation of color #B531F3: hue angle of 280.82º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B531F3 is Cyan = 0.26, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB18149243-
CMYK0.260.8000.05
HSL280.82º88.99%57.25%-
HSV(B)280.82º79.84%95.29%-
XYZ36.3318.4986.45-
YUV110.58202.73178.23-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.27%
GREEN value IS 49 (19.53% from 255) = 10.36%
BLUE value IS 243 (95.31% from 255) = 51.37%
R=38.27%
G=10.36%
B=51.37%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal181492430.260.8000.05280.8288.9957.25
HexB531F31A50051195939
Octal26561363321200543113171
Binary101101011100011111001111010101000001011000110011011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B531F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B531F3; }

 p { color: rgb(181,49,243); }

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

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

 a { background-color: rgb(181,49,243); }

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

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

 span { border-color: rgb(181,49,243); }

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