#B04FF1

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

Shades of Medium Orchid #B04FF1

Tints of Medium Orchid #B04FF1

Color information

#B04FF1 (or 0xB04FF1) is unknown color: approx Medium Orchid. HEX triplet: B0, 4F and F1. RGB value is (176,79,241). Sum of RGB (Red+Green+Blue) = 176+79+241=496 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.48% from 496); Green value is 79 (31.25% from 255 or 15.93% from 496); Blue value is 241 (94.53% from 255 or 48.59% from 496); Max value from RGB is 241 - color contains mainly: blue. Hex color #B04FF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B04FF1 is #4FB00E. Grayscale: #7D7D7D. Windows color (decimal): -5222415 or 15814576. OLE color: 15814576.

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

Color convert

RGB17679241-
CMYK0.270.6700.05
HSL275.93º85.26%62.75%-
HSV(B)275.93º67.22%94.51%-
XYZ36.5821.1785.38-
YUV126.47192.64163.33-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.48%
GREEN value IS 79 (31.25% from 255) = 15.93%
BLUE value IS 241 (94.53% from 255) = 48.59%
R=35.48%
G=15.93%
B=48.59%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal176792410.270.6700.05275.9385.2662.75
HexB04FF11B4305114553f
Octal260117361331030542412577
Binary1011000010011111111000111011100001101011000101001010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B04FF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B04FF1; }

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

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

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

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

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

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

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

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