#b33acf

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

Shades of Medium Orchid #B33ACF

Tints of Medium Orchid #B33ACF

Color information

#B33ACF (or 0xB33ACF) is unknown color: approx Medium Orchid. HEX triplet: B3, 3A and CF. RGB value is (179,58,207). Sum of RGB (Red+Green+Blue) = 179+58+207=444 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.32% from 444); Green value is 58 (23.05% from 255 or 13.06% from 444); Blue value is 207 (81.25% from 255 or 46.62% from 444); Max value from RGB is 207 - color contains mainly: blue. Hex color #B33ACF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B33ACF is #4CC530. Grayscale: #6E6E6E. Windows color (decimal): -5031217 or 13580979. OLE color: 13580979.

HSL color Cylindrical-coordinate representation of color #B33ACF: hue angle of 288.72º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B33ACF is Cyan = 0.14, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB17958207-
CMYK0.140.7200.19
HSL288.72º60.82%51.96%-
HSV(B)288.72º71.98%81.18%-
XYZ31.3717.1160.68-
YUV111.16182.09176.38-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.32%
GREEN value IS 58 (23.05% from 255) = 13.06%
BLUE value IS 207 (81.25% from 255) = 46.62%
R=40.32%
G=13.06%
B=46.62%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal179582070.140.7200.19288.7260.8251.96
HexB33ACFE480131213d34
Octal26372317161100234417564
Binary101100111110101100111111101001000010011100100001111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b33acf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b33acf; }

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

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

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

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

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

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

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

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