#B330BD

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

Shades of Dark Orchid #B330BD

Tints of Dark Orchid #B330BD

Color information

#B330BD (or 0xB330BD) is unknown color: approx Dark Orchid. HEX triplet: B3, 30 and BD. RGB value is (179,48,189). Sum of RGB (Red+Green+Blue) = 179+48+189=416 (55% of max value = 765). Red value is 179 (70.31% from 255 or 43.03% from 416); Green value is 48 (19.14% from 255 or 11.54% from 416); Blue value is 189 (74.22% from 255 or 45.43% from 416); Max value from RGB is 189 - color contains mainly: blue. Hex color #B330BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B330BD is #4CCF42. Grayscale: #666666. Windows color (decimal): -5033795 or 12398771. OLE color: 12398771.

HSL color Cylindrical-coordinate representation of color #B330BD: hue angle of 295.74º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B330BD is Cyan = 0.05, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB17948189-
CMYK0.050.7500.26
HSL295.74º59.49%46.47%-
HSV(B)295.74º74.6%74.12%-
XYZ28.8315.3749.59-
YUV103.24176.4182.04-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 43.03%
GREEN value IS 48 (19.14% from 255) = 11.54%
BLUE value IS 189 (74.22% from 255) = 45.43%
R=43.03%
G=11.54%
B=45.43%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal179481890.050.7500.26295.7459.4946.47
HexB330BD54B01A1283b2e
Octal2636027551130324507356
Binary10110011110000101111011011001011011010100101000111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B330BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B330BD; }

 p { color: rgb(179,48,189); }

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

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

 a { background-color: rgb(179,48,189); }

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

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

 span { border-color: rgb(179,48,189); }

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