#B04CF4

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

Shades of Medium Orchid #B04CF4

Tints of Medium Orchid #B04CF4

Color information

#B04CF4 (or 0xB04CF4) is unknown color: approx Medium Orchid. HEX triplet: B0, 4C and F4. RGB value is (176,76,244). Sum of RGB (Red+Green+Blue) = 176+76+244=496 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.48% from 496); Green value is 76 (30.08% from 255 or 15.32% from 496); Blue value is 244 (95.70% from 255 or 49.19% from 496); Max value from RGB is 244 - color contains mainly: blue. Hex color #B04CF4 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B04CF4 is #4FB30B. Grayscale: #7C7C7C. Windows color (decimal): -5223180 or 16010416. OLE color: 16010416.

HSL color Cylindrical-coordinate representation of color #B04CF4: hue angle of 275.71º degrees, saturation: 0.88, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B04CF4 is Cyan = 0.28, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB17676244-
CMYK0.280.6900.04
HSL275.71º88.42%62.75%-
HSV(B)275.71º68.85%95.69%-
XYZ36.8220.9387.69-
YUV125.05195.13164.34-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.48%
GREEN value IS 76 (30.08% from 255) = 15.32%
BLUE value IS 244 (95.70% from 255) = 49.19%
R=35.48%
G=15.32%
B=49.19%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal176762440.280.6900.04275.7188.4262.75
HexB04CF41C4504114583f
Octal260114364341050442413077
Binary1011000010011001111010011100100010101001000101001011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B04CF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B04CF4; }

 p { color: rgb(176,76,244); }

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

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

 a { background-color: rgb(176,76,244); }

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

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

 span { border-color: rgb(176,76,244); }

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