#B753FB

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

Shades of Medium Orchid #B753FB

Tints of Medium Orchid #B753FB

Color information

#B753FB (or 0xB753FB) is unknown color: approx Medium Orchid. HEX triplet: B7, 53 and FB. RGB value is (183,83,251). Sum of RGB (Red+Green+Blue) = 183+83+251=517 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.40% from 517); Green value is 83 (32.81% from 255 or 16.05% from 517); Blue value is 251 (98.44% from 255 or 48.55% from 517); Max value from RGB is 251 - color contains mainly: blue. Hex color #B753FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B753FB is #48AC04. Grayscale: #838383. Windows color (decimal): -4762629 or 16470967. OLE color: 16470967.

HSL color Cylindrical-coordinate representation of color #B753FB: hue angle of 275.71º degrees, saturation: 0.95, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B753FB is Cyan = 0.27, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB18383251-
CMYK0.270.6700.02
HSL275.71º95.45%65.49%-
HSV(B)275.71º66.93%98.43%-
XYZ40.0323.2293.64-
YUV132.05195.13164.34-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 35.40%
GREEN value IS 83 (32.81% from 255) = 16.05%
BLUE value IS 251 (98.44% from 255) = 48.55%
R=35.40%
G=16.05%
B=48.55%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal183832510.270.6700.02275.7195.4565.49
HexB753FB1B43021145f41
Octal2671233733310302424137101
Binary1011011110100111111101111011100001101010001010010111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B753FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B753FB; }

 p { color: rgb(183,83,251); }

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

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

 a { background-color: rgb(183,83,251); }

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

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

 span { border-color: rgb(183,83,251); }

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