#B034BB

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

Shades of Dark Orchid #B034BB

Tints of Dark Orchid #B034BB

Color information

#B034BB (or 0xB034BB) is unknown color: approx Dark Orchid. HEX triplet: B0, 34 and BB. RGB value is (176,52,187). Sum of RGB (Red+Green+Blue) = 176+52+187=415 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.41% from 415); Green value is 52 (20.70% from 255 or 12.53% from 415); Blue value is 187 (73.44% from 255 or 45.06% from 415); Max value from RGB is 187 - color contains mainly: blue. Hex color #B034BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B034BB is #4FCB44. Grayscale: #686868. Windows color (decimal): -5229381 or 12268720. OLE color: 12268720.

HSL color Cylindrical-coordinate representation of color #B034BB: hue angle of 295.11º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B034BB is Cyan = 0.06, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB17652187-
CMYK0.060.7200.27
HSL295.11º56.49%46.86%-
HSV(B)295.11º72.19%73.33%-
XYZ28.115.2748.48-
YUV104.47174.58179.02-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.41%
GREEN value IS 52 (20.70% from 255) = 12.53%
BLUE value IS 187 (73.44% from 255) = 45.06%
R=42.41%
G=12.53%
B=45.06%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal176521870.060.7200.27295.1156.4946.86
HexB034BB64801B127382f
Octal2606427361100334477057
Binary10110000110100101110111101001000011011100100111111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B034BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B034BB; }

 p { color: rgb(176,52,187); }

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

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

 a { background-color: rgb(176,52,187); }

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

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

 span { border-color: rgb(176,52,187); }

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