#B132BB

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

Shades of Dark Orchid #B132BB

Tints of Dark Orchid #B132BB

Color information

#B132BB (or 0xB132BB) is unknown color: approx Dark Orchid. HEX triplet: B1, 32 and BB. RGB value is (177,50,187). Sum of RGB (Red+Green+Blue) = 177+50+187=414 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.75% from 414); Green value is 50 (19.92% from 255 or 12.08% from 414); Blue value is 187 (73.44% from 255 or 45.17% from 414); Max value from RGB is 187 - color contains mainly: blue. Hex color #B132BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B132BB is #4ECD44. Grayscale: #676767. Windows color (decimal): -5164357 or 12268209. OLE color: 12268209.

HSL color Cylindrical-coordinate representation of color #B132BB: hue angle of 295.62º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B132BB is Cyan = 0.05, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB17750187-
CMYK0.050.7300.27
HSL295.62º57.81%46.47%-
HSV(B)295.62º73.26%73.33%-
XYZ28.2415.2248.46-
YUV103.59175.08180.36-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.75%
GREEN value IS 50 (19.92% from 255) = 12.08%
BLUE value IS 187 (73.44% from 255) = 45.17%
R=42.75%
G=12.08%
B=45.17%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal177501870.050.7300.27295.6257.8146.47
HexB132BB54901B1283a2e
Octal2616227351110334507256
Binary10110001110010101110111011001001011011100101000111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B132BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B132BB; }

 p { color: rgb(177,50,187); }

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

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

 a { background-color: rgb(177,50,187); }

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

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

 span { border-color: rgb(177,50,187); }

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