#B33FE8

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

Shades of Medium Orchid #B33FE8

Tints of Medium Orchid #B33FE8

Color information

#B33FE8 (or 0xB33FE8) is unknown color: approx Medium Orchid. HEX triplet: B3, 3F and E8. RGB value is (179,63,232). Sum of RGB (Red+Green+Blue) = 179+63+232=474 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.76% from 474); Green value is 63 (25% from 255 or 13.29% from 474); Blue value is 232 (91.02% from 255 or 48.95% from 474); Max value from RGB is 232 - color contains mainly: blue. Hex color #B33FE8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B33FE8 is #4CC017. Grayscale: #747474. Windows color (decimal): -5029912 or 15220659. OLE color: 15220659.

HSL color Cylindrical-coordinate representation of color #B33FE8: hue angle of 281.18º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B33FE8 is Cyan = 0.23, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB17963232-
CMYK0.230.7300.09
HSL281.18º78.6%57.84%-
HSV(B)281.18º72.84%90.98%-
XYZ34.9318.9678.16-
YUV116.95192.93172.26-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.76%
GREEN value IS 63 (25% from 255) = 13.29%
BLUE value IS 232 (91.02% from 255) = 48.95%
R=37.76%
G=13.29%
B=48.95%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal179632320.230.7300.09281.1878.657.84
HexB33FE81749091194f3a
Octal263773502711101143111772
Binary1011001111111111101000101111001001010011000110011001111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B33FE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B33FE8; }

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

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

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

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

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

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

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

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