#B33AC7

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

Shades of Medium Orchid #B33AC7

Tints of Medium Orchid #B33AC7

Color information

#B33AC7 (or 0xB33AC7) is unknown color: approx Medium Orchid. HEX triplet: B3, 3A and C7. RGB value is (179,58,199). Sum of RGB (Red+Green+Blue) = 179+58+199=436 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.06% from 436); Green value is 58 (23.05% from 255 or 13.30% from 436); Blue value is 199 (78.12% from 255 or 45.64% from 436); Max value from RGB is 199 - color contains mainly: blue. Hex color #B33AC7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B33AC7 is #4CC538. Grayscale: #6D6D6D. Windows color (decimal): -5031225 or 13056691. OLE color: 13056691.

HSL color Cylindrical-coordinate representation of color #B33AC7: hue angle of 291.49º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B33AC7 is Cyan = 0.10, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB17958199-
CMYK0.100.7100.22
HSL291.49º55.73%50.39%-
HSV(B)291.49º70.85%78.04%-
XYZ30.4116.7355.66-
YUV110.25178.09177.04-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 41.06%
GREEN value IS 58 (23.05% from 255) = 13.30%
BLUE value IS 199 (78.12% from 255) = 45.64%
R=41.06%
G=13.30%
B=45.64%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal179581990.100.7100.22291.4955.7350.39
HexB33AC7A470161233832
Octal26372307121070264437062
Binary101100111110101100011110101000111010110100100011111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B33AC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B33AC7; }

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

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

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

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

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

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

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

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