#B123B7

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

Shades of Dark Orchid #B123B7

Tints of Dark Orchid #B123B7

Color information

#B123B7 (or 0xB123B7) is unknown color: approx Dark Orchid. HEX triplet: B1, 23 and B7. RGB value is (177,35,183). Sum of RGB (Red+Green+Blue) = 177+35+183=395 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.81% from 395); Green value is 35 (14.06% from 255 or 8.86% from 395); Blue value is 183 (71.88% from 255 or 46.33% from 395); Max value from RGB is 183 - color contains mainly: blue. Hex color #B123B7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B123B7 is #4EDC48. Grayscale: #5D5D5D. Windows color (decimal): -5168201 or 12002225. OLE color: 12002225.

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

Color convert

RGB17735183-
CMYK0.030.8100.28
HSL297.57º67.89%42.75%-
HSV(B)297.57º80.87%71.76%-
XYZ27.2813.9746.06-
YUV94.33178.04186.97-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 44.81%
GREEN value IS 35 (14.06% from 255) = 8.86%
BLUE value IS 183 (71.88% from 255) = 46.33%
R=44.81%
G=8.86%
B=46.33%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal177351830.030.8100.28297.5767.8942.75
HexB123B735101C12a442b
Octal26143267312103445210453
Binary10110001100011101101111110100010111001001010101000100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B123B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B123B7; }

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

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

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

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

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

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

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

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