#B31FDA

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

Shades of Dark Orchid #B31FDA

Tints of Dark Orchid #B31FDA

Color information

#B31FDA (or 0xB31FDA) is unknown color: approx Dark Orchid. HEX triplet: B3, 1F and DA. RGB value is (179,31,218). Sum of RGB (Red+Green+Blue) = 179+31+218=428 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.82% from 428); Green value is 31 (12.5% from 255 or 7.24% from 428); Blue value is 218 (85.55% from 255 or 50.93% from 428); Max value from RGB is 218 - color contains mainly: blue. Hex color #B31FDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B31FDA is #4CE025. Grayscale: #5F5F5F. Windows color (decimal): -5038118 or 14294963. OLE color: 14294963.

HSL color Cylindrical-coordinate representation of color #B31FDA: hue angle of 287.49º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B31FDA is Cyan = 0.18, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB17931218-
CMYK0.180.8600.15
HSL287.49º75.1%48.82%-
HSV(B)287.49º85.78%85.49%-
XYZ31.7415.6367.67-
YUV96.57196.53186.79-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 41.82%
GREEN value IS 31 (12.5% from 255) = 7.24%
BLUE value IS 218 (85.55% from 255) = 50.93%
R=41.82%
G=7.24%
B=50.93%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal179312180.180.8600.15287.4975.148.82
HexB31FDA12560F11f4b31
Octal263373322212601743711361
Binary101100111111111011010100101010110011111000111111001011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B31FDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B31FDA; }

 p { color: rgb(179,31,218); }

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

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

 a { background-color: rgb(179,31,218); }

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

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

 span { border-color: rgb(179,31,218); }

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