#B13ACB

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

Shades of Dark Orchid #B13ACB

Tints of Dark Orchid #B13ACB

Color information

#B13ACB (or 0xB13ACB) is unknown color: approx Dark Orchid. HEX triplet: B1, 3A and CB. RGB value is (177,58,203). Sum of RGB (Red+Green+Blue) = 177+58+203=438 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.41% from 438); Green value is 58 (23.05% from 255 or 13.24% from 438); Blue value is 203 (79.69% from 255 or 46.35% from 438); Max value from RGB is 203 - color contains mainly: blue. Hex color #B13ACB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B13ACB is #4EC534. Grayscale: #6D6D6D. Windows color (decimal): -5162293 or 13318833. OLE color: 13318833.

HSL color Cylindrical-coordinate representation of color #B13ACB: hue angle of 289.24º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B13ACB is Cyan = 0.13, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB17758203-
CMYK0.130.7100.20
HSL289.24º58.23%51.18%-
HSV(B)289.24º71.43%79.61%-
XYZ30.4216.6958.12-
YUV110.11180.42175.71-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.41%
GREEN value IS 58 (23.05% from 255) = 13.24%
BLUE value IS 203 (79.69% from 255) = 46.35%
R=40.41%
G=13.24%
B=46.35%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal177582030.130.7100.20289.2458.2351.18
HexB13ACBD470141213a33
Octal26172313151070244417263
Binary101100011110101100101111011000111010100100100001111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13ACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13ACB; }

 p { color: rgb(177,58,203); }

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

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

 a { background-color: rgb(177,58,203); }

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

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

 span { border-color: rgb(177,58,203); }

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