#B330CF

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

Shades of Dark Orchid #B330CF

Tints of Dark Orchid #B330CF

Color information

#B330CF (or 0xB330CF) is unknown color: approx Dark Orchid. HEX triplet: B3, 30 and CF. RGB value is (179,48,207). Sum of RGB (Red+Green+Blue) = 179+48+207=434 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.24% from 434); Green value is 48 (19.14% from 255 or 11.06% from 434); Blue value is 207 (81.25% from 255 or 47.70% from 434); Max value from RGB is 207 - color contains mainly: blue. Hex color #B330CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B330CF is #4CCF30. Grayscale: #686868. Windows color (decimal): -5033777 or 13578419. OLE color: 13578419.

HSL color Cylindrical-coordinate representation of color #B330CF: hue angle of 289.43º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B330CF is Cyan = 0.14, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB17948207-
CMYK0.140.7700.19
HSL289.43º62.35%50%-
HSV(B)289.43º76.81%81.18%-
XYZ30.9116.260.53-
YUV105.3185.4180.57-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 41.24%
GREEN value IS 48 (19.14% from 255) = 11.06%
BLUE value IS 207 (81.25% from 255) = 47.70%
R=41.24%
G=11.06%
B=47.70%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal179482070.140.7700.19289.4362.3550
HexB330CFE4D0131213e32
Octal26360317161150234417662
Binary101100111100001100111111101001101010011100100001111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B330CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B330CF; }

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

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

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

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

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

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

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

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