#b754ff

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

Shades of Medium Orchid #B754FF

Tints of Medium Orchid #B754FF

Color information

#B754FF (or 0xB754FF) is unknown color: approx Medium Orchid. HEX triplet: B7, 54 and FF. RGB value is (183,84,255). Sum of RGB (Red+Green+Blue) = 183+84+255=522 (69% of max value = 765). Red value is 183 (71.88% from 255 or 35.06% from 522); Green value is 84 (33.20% from 255 or 16.09% from 522); Blue value is 255 (100% from 255 or 48.85% from 522); Max value from RGB is 255 - color contains mainly: blue. Hex color #B754FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B754FF is #48AB00. Grayscale: #848484. Windows color (decimal): -4762369 or 16733367. OLE color: 16733367.

HSL color Cylindrical-coordinate representation of color #B754FF: hue angle of 274.74º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B754FF is Cyan = 0.28, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB18384255-
CMYK0.280.6700
HSL274.74º100%66.47%-
HSV(B)274.74º67.06%100%-
XYZ40.7523.6397.02-
YUV133.1196.8163.6-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 35.06%
GREEN value IS 84 (33.20% from 255) = 16.09%
BLUE value IS 255 (100% from 255) = 48.85%
R=35.06%
G=16.09%
B=48.85%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal183842550.280.6700274.7410066.47
HexB754FF1C43001136442
Octal2671243773410300423144102
Binary101101111010100111111111110010000110010001001111001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b754ff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b754ff; }

 p { color: rgb(183,84,255); }

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

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

 a { background-color: rgb(183,84,255); }

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

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

 span { border-color: rgb(183,84,255); }

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