#B133BA

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

Shades of Dark Orchid #B133BA

Tints of Dark Orchid #B133BA

Color information

#B133BA (or 0xB133BA) is unknown color: approx Dark Orchid. HEX triplet: B1, 33 and BA. RGB value is (177,51,186). Sum of RGB (Red+Green+Blue) = 177+51+186=414 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.75% from 414); Green value is 51 (20.31% from 255 or 12.32% from 414); Blue value is 186 (73.05% from 255 or 44.93% from 414); Max value from RGB is 186 - color contains mainly: blue. Hex color #B133BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B133BA is #4ECC45. Grayscale: #676767. Windows color (decimal): -5164102 or 12202929. OLE color: 12202929.

HSL color Cylindrical-coordinate representation of color #B133BA: hue angle of 296º degrees, saturation: 0.57, 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 #B133BA is Cyan = 0.05, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB17751186-
CMYK0.050.7300.27
HSL296º56.96%46.47%-
HSV(B)296º72.58%72.94%-
XYZ28.1815.2647.91-
YUV104.06174.24180.02-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.75%
GREEN value IS 51 (20.31% from 255) = 12.32%
BLUE value IS 186 (73.05% from 255) = 44.93%
R=42.75%
G=12.32%
B=44.93%

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
Decimal177511860.050.7300.2729656.9646.47
HexB133BA54901B128392e
Octal2616327251110334507156
Binary10110001110011101110101011001001011011100101000111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B133BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B133BA; }

 p { color: rgb(177,51,186); }

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

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

 a { background-color: rgb(177,51,186); }

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

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

 span { border-color: rgb(177,51,186); }

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