#b831c8

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

Shades of Dark Orchid #B831C8

Tints of Dark Orchid #B831C8

Color information

#B831C8 (or 0xB831C8) is unknown color: approx Dark Orchid. HEX triplet: B8, 31 and C8. RGB value is (184,49,200). Sum of RGB (Red+Green+Blue) = 184+49+200=433 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.49% from 433); Green value is 49 (19.53% from 255 or 11.32% from 433); Blue value is 200 (78.52% from 255 or 46.19% from 433); Max value from RGB is 200 - color contains mainly: blue. Hex color #B831C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B831C8 is #47CE37. Grayscale: #6A6A6A. Windows color (decimal): -4705848 or 13119928. OLE color: 13119928.

HSL color Cylindrical-coordinate representation of color #B831C8: hue angle of 293.64º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B831C8 is Cyan = 0.08, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB18449200-
CMYK0.080.7600.22
HSL293.64º60.64%48.82%-
HSV(B)293.64º75.5%78.43%-
XYZ31.2916.5656.19-
YUV106.58180.73183.22-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 42.49%
GREEN value IS 49 (19.53% from 255) = 11.32%
BLUE value IS 200 (78.52% from 255) = 46.19%
R=42.49%
G=11.32%
B=46.19%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal184492000.080.7600.22293.6460.6448.82
HexB831C884C0161263d31
Octal27061310101140264467561
Binary101110001100011100100010001001100010110100100110111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b831c8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b831c8; }

 p { color: rgb(184,49,200); }

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

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

 a { background-color: rgb(184,49,200); }

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

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

 span { border-color: rgb(184,49,200); }

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