#B33FE7

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

Shades of Medium Orchid #B33FE7

Tints of Medium Orchid #B33FE7

Color information

#B33FE7 (or 0xB33FE7) is unknown color: approx Medium Orchid. HEX triplet: B3, 3F and E7. RGB value is (179,63,231). Sum of RGB (Red+Green+Blue) = 179+63+231=473 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.84% from 473); Green value is 63 (25% from 255 or 13.32% from 473); Blue value is 231 (90.62% from 255 or 48.84% from 473); Max value from RGB is 231 - color contains mainly: blue. Hex color #B33FE7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B33FE7 is #4CC018. Grayscale: #747474. Windows color (decimal): -5029913 or 15155123. OLE color: 15155123.

HSL color Cylindrical-coordinate representation of color #B33FE7: hue angle of 281.43º degrees, saturation: 0.78, 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 #B33FE7 is Cyan = 0.23, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB17963231-
CMYK0.230.7300.09
HSL281.43º77.78%57.65%-
HSV(B)281.43º72.73%90.59%-
XYZ34.7918.9177.42-
YUV116.84192.43172.34-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.84%
GREEN value IS 63 (25% from 255) = 13.32%
BLUE value IS 231 (90.62% from 255) = 48.84%
R=37.84%
G=13.32%
B=48.84%

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
Decimal179632310.230.7300.09281.4377.7857.65
HexB33FE71749091194e3a
Octal263773472711101143111672
Binary1011001111111111100111101111001001010011000110011001110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B33FE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B33FE7; }

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

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

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

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

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

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

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

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