#B33AF7

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

Shades of Medium Orchid #B33AF7

Tints of Medium Orchid #B33AF7

Color information

#B33AF7 (or 0xB33AF7) is unknown color: approx Medium Orchid. HEX triplet: B3, 3A and F7. RGB value is (179,58,247). Sum of RGB (Red+Green+Blue) = 179+58+247=484 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.98% from 484); Green value is 58 (23.05% from 255 or 11.98% from 484); Blue value is 247 (96.88% from 255 or 51.03% from 484); Max value from RGB is 247 - color contains mainly: blue. Hex color #B33AF7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B33AF7 is #4CC508. Grayscale: #737373. Windows color (decimal): -5031177 or 16202419. OLE color: 16202419.

HSL color Cylindrical-coordinate representation of color #B33AF7: hue angle of 278.41º degrees, saturation: 0.92, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B33AF7 is Cyan = 0.28, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB17958247-
CMYK0.280.7700.03
HSL278.41º92.2%59.8%-
HSV(B)278.41º76.52%96.86%-
XYZ36.8919.3389.78-
YUV115.72202.09173.13-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.98%
GREEN value IS 58 (23.05% from 255) = 11.98%
BLUE value IS 247 (96.88% from 255) = 51.03%
R=36.98%
G=11.98%
B=51.03%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal179582470.280.7700.03278.4192.259.8
HexB33AF71C4D031165c3c
Octal26372367341150342613474
Binary10110011111010111101111110010011010111000101101011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B33AF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B33AF7; }

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

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

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

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

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

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

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

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