#B04CF3

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

Shades of Medium Orchid #B04CF3

Tints of Medium Orchid #B04CF3

Color information

#B04CF3 (or 0xB04CF3) is unknown color: approx Medium Orchid. HEX triplet: B0, 4C and F3. RGB value is (176,76,243). Sum of RGB (Red+Green+Blue) = 176+76+243=495 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.56% from 495); Green value is 76 (30.08% from 255 or 15.35% from 495); Blue value is 243 (95.31% from 255 or 49.09% from 495); Max value from RGB is 243 - color contains mainly: blue. Hex color #B04CF3 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B04CF3 is #4FB30C. Grayscale: #7C7C7C. Windows color (decimal): -5223181 or 15944880. OLE color: 15944880.

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

Color convert

RGB17676243-
CMYK0.280.6900.05
HSL275.93º87.43%62.55%-
HSV(B)275.93º68.72%95.29%-
XYZ36.6720.8786.89-
YUV124.94194.63164.42-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.56%
GREEN value IS 76 (30.08% from 255) = 15.35%
BLUE value IS 243 (95.31% from 255) = 49.09%
R=35.56%
G=15.35%
B=49.09%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal176762430.280.6900.05275.9387.4362.55
HexB04CF31C4505114573f
Octal260114363341050542412777
Binary1011000010011001111001111100100010101011000101001010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B04CF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B04CF3; }

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

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

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

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

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

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

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

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