#B33DFE

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

Shades of Medium Orchid #B33DFE

Tints of Medium Orchid #B33DFE

Color information

#B33DFE (or 0xB33DFE) is unknown color: approx Medium Orchid. HEX triplet: B3, 3D and FE. RGB value is (179,61,254). Sum of RGB (Red+Green+Blue) = 179+61+254=494 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.23% from 494); Green value is 61 (24.22% from 255 or 12.35% from 494); Blue value is 254 (99.61% from 255 or 51.42% from 494); Max value from RGB is 254 - color contains mainly: blue. Hex color #B33DFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B33DFE is #4CC201. Grayscale: #757575. Windows color (decimal): -5030402 or 16661939. OLE color: 16661939.

HSL color Cylindrical-coordinate representation of color #B33DFE: hue angle of 276.68º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B33DFE is Cyan = 0.30, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB17961254-
CMYK0.300.7600.00
HSL276.68º98.97%61.76%-
HSV(B)276.68º75.98%99.61%-
XYZ38.1520.0895.63-
YUV118.28204.59171.31-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.23%
GREEN value IS 61 (24.22% from 255) = 12.35%
BLUE value IS 254 (99.61% from 255) = 51.42%
R=36.23%
G=12.35%
B=51.42%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal179612540.300.7600.00276.6898.9761.76
HexB33DFE1E4C00115633e
Octal26375376361140042514376
Binary1011001111110111111110111101001100001000101011100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B33DFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B33DFE; }

 p { color: rgb(179,61,254); }

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

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

 a { background-color: rgb(179,61,254); }

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

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

 span { border-color: rgb(179,61,254); }

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