#B733F5

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

Shades of Medium Orchid #B733F5

Tints of Medium Orchid #B733F5

Color information

#B733F5 (or 0xB733F5) is unknown color: approx Medium Orchid. HEX triplet: B7, 33 and F5. RGB value is (183,51,245). Sum of RGB (Red+Green+Blue) = 183+51+245=479 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.20% from 479); Green value is 51 (20.31% from 255 or 10.65% from 479); Blue value is 245 (96.09% from 255 or 51.15% from 479); Max value from RGB is 245 - color contains mainly: blue. Hex color #B733F5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B733F5 is #48CC0A. Grayscale: #6F6F6F. Windows color (decimal): -4770827 or 16069559. OLE color: 16069559.

HSL color Cylindrical-coordinate representation of color #B733F5: hue angle of 280.82º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B733F5 is Cyan = 0.25, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB18351245-
CMYK0.250.7900.04
HSL280.82º90.65%58.04%-
HSV(B)280.82º79.18%96.08%-
XYZ37.1919.0388.1-
YUV112.58202.73178.23-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 38.20%
GREEN value IS 51 (20.31% from 255) = 10.65%
BLUE value IS 245 (96.09% from 255) = 51.15%
R=38.20%
G=10.65%
B=51.15%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal183512450.250.7900.04280.8290.6558.04
HexB733F5194F041195b3a
Octal26763365311170443113372
Binary101101111100111111010111001100111101001000110011011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B733F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B733F5; }

 p { color: rgb(183,51,245); }

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

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

 a { background-color: rgb(183,51,245); }

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

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

 span { border-color: rgb(183,51,245); }

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