#B04FF8

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

Shades of Medium Orchid #B04FF8

Tints of Medium Orchid #B04FF8

Color information

#B04FF8 (or 0xB04FF8) is unknown color: approx Medium Orchid. HEX triplet: B0, 4F and F8. RGB value is (176,79,248). Sum of RGB (Red+Green+Blue) = 176+79+248=503 (66% of max value = 765). Red value is 176 (69.14% from 255 or 34.99% from 503); Green value is 79 (31.25% from 255 or 15.71% from 503); Blue value is 248 (97.27% from 255 or 49.30% from 503); Max value from RGB is 248 - color contains mainly: blue. Hex color #B04FF8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B04FF8 is #4FB007. Grayscale: #7E7E7E. Windows color (decimal): -5222408 or 16273328. OLE color: 16273328.

HSL color Cylindrical-coordinate representation of color #B04FF8: hue angle of 274.44º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B04FF8 is Cyan = 0.29, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB17679248-
CMYK0.290.6800.03
HSL274.44º92.35%64.12%-
HSV(B)274.44º68.15%97.25%-
XYZ37.6421.690.99-
YUV127.27196.14162.76-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.99%
GREEN value IS 79 (31.25% from 255) = 15.71%
BLUE value IS 248 (97.27% from 255) = 49.30%
R=34.99%
G=15.71%
B=49.30%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal176792480.290.6800.03274.4492.3564.12
HexB04FF81D44031125c40
Octal2601173703510403422134100
Binary1011000010011111111100011101100010001110001001010111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B04FF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B04FF8; }

 p { color: rgb(176,79,248); }

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

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

 a { background-color: rgb(176,79,248); }

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

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

 span { border-color: rgb(176,79,248); }

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