#B13ACC

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

Shades of Dark Orchid #B13ACC

Tints of Dark Orchid #B13ACC

Color information

#B13ACC (or 0xB13ACC) is unknown color: approx Dark Orchid. HEX triplet: B1, 3A and CC. RGB value is (177,58,204). Sum of RGB (Red+Green+Blue) = 177+58+204=439 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.32% from 439); Green value is 58 (23.05% from 255 or 13.21% from 439); Blue value is 204 (80.08% from 255 or 46.47% from 439); Max value from RGB is 204 - color contains mainly: blue. Hex color #B13ACC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B13ACC is #4EC533. Grayscale: #6D6D6D. Windows color (decimal): -5162292 or 13384369. OLE color: 13384369.

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

Color convert

RGB17758204-
CMYK0.130.7200.2
HSL288.9º58.87%51.37%-
HSV(B)288.9º71.57%80%-
XYZ30.5416.7358.75-
YUV110.22180.92175.63-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.32%
GREEN value IS 58 (23.05% from 255) = 13.21%
BLUE value IS 204 (80.08% from 255) = 46.47%
R=40.32%
G=13.21%
B=46.47%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal177582040.130.7200.2288.958.8751.37
HexB13ACCD480141213b33
Octal26172314151100244417363
Binary101100011110101100110011011001000010100100100001111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13ACC; }

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

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

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

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

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

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

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

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