#B13AC6

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

Shades of Dark Orchid #B13AC6

Tints of Dark Orchid #B13AC6

Color information

#B13AC6 (or 0xB13AC6) is unknown color: approx Dark Orchid. HEX triplet: B1, 3A and C6. RGB value is (177,58,198). Sum of RGB (Red+Green+Blue) = 177+58+198=433 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.88% from 433); Green value is 58 (23.05% from 255 or 13.39% from 433); Blue value is 198 (77.73% from 255 or 45.73% from 433); Max value from RGB is 198 - color contains mainly: blue. Hex color #B13AC6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B13AC6 is #4EC539. Grayscale: #6D6D6D. Windows color (decimal): -5162298 or 12991153. OLE color: 12991153.

HSL color Cylindrical-coordinate representation of color #B13AC6: hue angle of 291º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B13AC6 is Cyan = 0.11, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB17758198-
CMYK0.110.7100.22
HSL291º55.12%50.2%-
HSV(B)291º70.71%77.65%-
XYZ29.8416.4555.03-
YUV109.54177.92176.12-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.88%
GREEN value IS 58 (23.05% from 255) = 13.39%
BLUE value IS 198 (77.73% from 255) = 45.73%
R=40.88%
G=13.39%
B=45.73%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal177581980.110.7100.2229155.1250.2
HexB13AC6B470161233732
Octal26172306131070264436762
Binary101100011110101100011010111000111010110100100011110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13AC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13AC6; }

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

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

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

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

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

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

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

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