#B33ADD

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

Shades of Medium Orchid #B33ADD

Tints of Medium Orchid #B33ADD

Color information

#B33ADD (or 0xB33ADD) is unknown color: approx Medium Orchid. HEX triplet: B3, 3A and DD. RGB value is (179,58,221). Sum of RGB (Red+Green+Blue) = 179+58+221=458 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.08% from 458); Green value is 58 (23.05% from 255 or 12.66% from 458); Blue value is 221 (86.72% from 255 or 48.25% from 458); Max value from RGB is 221 - color contains mainly: blue. Hex color #B33ADD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B33ADD is #4CC522. Grayscale: #707070. Windows color (decimal): -5031203 or 14498483. OLE color: 14498483.

HSL color Cylindrical-coordinate representation of color #B33ADD: hue angle of 284.54º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B33ADD is Cyan = 0.19, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB17958221-
CMYK0.190.7400.13
HSL284.54º70.56%54.71%-
HSV(B)284.54º73.76%86.67%-
XYZ33.1517.8370.1-
YUV112.76189.09175.25-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.08%
GREEN value IS 58 (23.05% from 255) = 12.66%
BLUE value IS 221 (86.72% from 255) = 48.25%
R=39.08%
G=12.66%
B=48.25%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal179582210.190.7400.13284.5470.5654.71
HexB33ADD134A0D11d4737
Octal263723352311201543510767
Binary1011001111101011011101100111001010011011000111011000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B33ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B33ADD; }

 p { color: rgb(179,58,221); }

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

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

 a { background-color: rgb(179,58,221); }

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

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

 span { border-color: rgb(179,58,221); }

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