#B132C6

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

Shades of Dark Orchid #B132C6

Tints of Dark Orchid #B132C6

Color information

#B132C6 (or 0xB132C6) is unknown color: approx Dark Orchid. HEX triplet: B1, 32 and C6. RGB value is (177,50,198). Sum of RGB (Red+Green+Blue) = 177+50+198=425 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.65% from 425); Green value is 50 (19.92% from 255 or 11.76% from 425); Blue value is 198 (77.73% from 255 or 46.59% from 425); Max value from RGB is 198 - color contains mainly: blue. Hex color #B132C6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B132C6 is #4ECD39. Grayscale: #686868. Windows color (decimal): -5164346 or 12989105. OLE color: 12989105.

HSL color Cylindrical-coordinate representation of color #B132C6: hue angle of 291.49º degrees, saturation: 0.6, 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 #B132C6 is Cyan = 0.11, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB17750198-
CMYK0.110.7500.22
HSL291.49º59.68%48.63%-
HSV(B)291.49º74.75%77.65%-
XYZ29.4715.7154.9-
YUV104.84180.58179.47-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.65%
GREEN value IS 50 (19.92% from 255) = 11.76%
BLUE value IS 198 (77.73% from 255) = 46.59%
R=41.65%
G=11.76%
B=46.59%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal177501980.110.7500.22291.4959.6848.63
HexB132C6B4B0161233c31
Octal26162306131130264437461
Binary101100011100101100011010111001011010110100100011111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B132C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B132C6; }

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

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

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

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

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

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

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

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