#B124B7

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

Shades of Dark Orchid #B124B7

Tints of Dark Orchid #B124B7

Color information

#B124B7 (or 0xB124B7) is unknown color: approx Dark Orchid. HEX triplet: B1, 24 and B7. RGB value is (177,36,183). Sum of RGB (Red+Green+Blue) = 177+36+183=396 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.70% from 396); Green value is 36 (14.45% from 255 or 9.09% from 396); Blue value is 183 (71.88% from 255 or 46.21% from 396); Max value from RGB is 183 - color contains mainly: blue. Hex color #B124B7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B124B7 is #4EDB48. Grayscale: #5E5E5E. Windows color (decimal): -5167945 or 12002481. OLE color: 12002481.

HSL color Cylindrical-coordinate representation of color #B124B7: hue angle of 297.55º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B124B7 is Cyan = 0.03, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB17736183-
CMYK0.030.8000.28
HSL297.55º67.12%42.94%-
HSV(B)297.55º80.33%71.76%-
XYZ27.3114.0346.07-
YUV94.92177.71186.55-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 44.70%
GREEN value IS 36 (14.45% from 255) = 9.09%
BLUE value IS 183 (71.88% from 255) = 46.21%
R=44.70%
G=9.09%
B=46.21%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal177361830.030.8000.28297.5567.1242.94
HexB124B735001C12a432b
Octal26144267312003445210353
Binary10110001100100101101111110100000111001001010101000011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B124B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B124B7; }

 p { color: rgb(177,36,183); }

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

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

 a { background-color: rgb(177,36,183); }

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

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

 span { border-color: rgb(177,36,183); }

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