#B126BF

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

Shades of Dark Orchid #B126BF

Tints of Dark Orchid #B126BF

Color information

#B126BF (or 0xB126BF) is unknown color: approx Dark Orchid. HEX triplet: B1, 26 and BF. RGB value is (177,38,191). Sum of RGB (Red+Green+Blue) = 177+38+191=406 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.60% from 406); Green value is 38 (15.23% from 255 or 9.36% from 406); Blue value is 191 (75% from 255 or 47.04% from 406); Max value from RGB is 191 - color contains mainly: blue. Hex color #B126BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B126BF is #4ED940. Grayscale: #606060. Windows color (decimal): -5167425 or 12527281. OLE color: 12527281.

HSL color Cylindrical-coordinate representation of color #B126BF: hue angle of 294.51º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B126BF is Cyan = 0.07, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB17738191-
CMYK0.070.8000.25
HSL294.51º66.81%44.9%-
HSV(B)294.51º80.1%74.9%-
XYZ28.2314.4950.6-
YUV97181.05185.06-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.60%
GREEN value IS 38 (15.23% from 255) = 9.36%
BLUE value IS 191 (75% from 255) = 47.04%
R=43.60%
G=9.36%
B=47.04%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal177381910.070.8000.25294.5166.8144.9
HexB126BF750019127432d
Octal26146277712003144710355
Binary101100011001101011111111110100000110011001001111000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B126BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B126BF; }

 p { color: rgb(177,38,191); }

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

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

 a { background-color: rgb(177,38,191); }

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

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

 span { border-color: rgb(177,38,191); }

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