#B33FD6

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

Shades of Medium Orchid #B33FD6

Tints of Medium Orchid #B33FD6

Color information

#B33FD6 (or 0xB33FD6) is unknown color: approx Medium Orchid. HEX triplet: B3, 3F and D6. RGB value is (179,63,214). Sum of RGB (Red+Green+Blue) = 179+63+214=456 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.25% from 456); Green value is 63 (25% from 255 or 13.82% from 456); Blue value is 214 (83.98% from 255 or 46.93% from 456); Max value from RGB is 214 - color contains mainly: blue. Hex color #B33FD6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B33FD6 is #4CC029. Grayscale: #727272. Windows color (decimal): -5029930 or 14041011. OLE color: 14041011.

HSL color Cylindrical-coordinate representation of color #B33FD6: hue angle of 286.09º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B33FD6 is Cyan = 0.16, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB17963214-
CMYK0.160.7100.16
HSL286.09º64.81%54.31%-
HSV(B)286.09º70.56%83.92%-
XYZ32.5117.9965.38-
YUV114.9183.93173.72-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.25%
GREEN value IS 63 (25% from 255) = 13.82%
BLUE value IS 214 (83.98% from 255) = 46.93%
R=39.25%
G=13.82%
B=46.93%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal179632140.160.7100.16286.0964.8154.31
HexB33FD6104701011e4136
Octal263773262010702043610166
Binary10110011111111110101101000010001110100001000111101000001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B33FD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B33FD6; }

 p { color: rgb(179,63,214); }

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

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

 a { background-color: rgb(179,63,214); }

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

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

 span { border-color: rgb(179,63,214); }

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