#B33AF3

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

Shades of Medium Orchid #B33AF3

Tints of Medium Orchid #B33AF3

Color information

#B33AF3 (or 0xB33AF3) is unknown color: approx Medium Orchid. HEX triplet: B3, 3A and F3. RGB value is (179,58,243). Sum of RGB (Red+Green+Blue) = 179+58+243=480 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.29% from 480); Green value is 58 (23.05% from 255 or 12.08% from 480); Blue value is 243 (95.31% from 255 or 50.62% from 480); Max value from RGB is 243 - color contains mainly: blue. Hex color #B33AF3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B33AF3 is #4CC50C. Grayscale: #727272. Windows color (decimal): -5031181 or 15940275. OLE color: 15940275.

HSL color Cylindrical-coordinate representation of color #B33AF3: hue angle of 279.24º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B33AF3 is Cyan = 0.26, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB17958243-
CMYK0.260.7600.05
HSL279.24º88.52%59.02%-
HSV(B)279.24º76.13%95.29%-
XYZ36.2819.0886.56-
YUV115.27200.09173.46-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.29%
GREEN value IS 58 (23.05% from 255) = 12.08%
BLUE value IS 243 (95.31% from 255) = 50.62%
R=37.29%
G=12.08%
B=50.62%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal179582430.260.7600.05279.2488.5259.02
HexB33AF31A4C05117593b
Octal26372363321140542713173
Binary101100111110101111001111010100110001011000101111011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B33AF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B33AF3; }

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

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

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

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

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

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

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

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