#B732EF

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

Shades of Medium Orchid #B732EF

Tints of Medium Orchid #B732EF

Color information

#B732EF (or 0xB732EF) is unknown color: approx Medium Orchid. HEX triplet: B7, 32 and EF. RGB value is (183,50,239). Sum of RGB (Red+Green+Blue) = 183+50+239=472 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.77% from 472); Green value is 50 (19.92% from 255 or 10.59% from 472); Blue value is 239 (93.75% from 255 or 50.64% from 472); Max value from RGB is 239 - color contains mainly: blue. Hex color #B732EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B732EF is #48CD10. Grayscale: #6E6E6E. Windows color (decimal): -4771089 or 15676087. OLE color: 15676087.

HSL color Cylindrical-coordinate representation of color #B732EF: hue angle of 282.22º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B732EF is Cyan = 0.23, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB18350239-
CMYK0.230.7900.06
HSL282.22º85.52%56.67%-
HSV(B)282.22º79.08%93.73%-
XYZ36.2518.5883.34-
YUV111.31200.06179.13-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 38.77%
GREEN value IS 50 (19.92% from 255) = 10.59%
BLUE value IS 239 (93.75% from 255) = 50.64%
R=38.77%
G=10.59%
B=50.64%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal183502390.230.7900.06282.2285.5256.67
HexB732EF174F0611a5639
Octal26762357271170643212671
Binary101101111100101110111110111100111101101000110101010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B732EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B732EF; }

 p { color: rgb(183,50,239); }

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

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

 a { background-color: rgb(183,50,239); }

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

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

 span { border-color: rgb(183,50,239); }

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