#B04CFB

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

Shades of Medium Orchid #B04CFB

Tints of Medium Orchid #B04CFB

Color information

#B04CFB (or 0xB04CFB) is unknown color: approx Medium Orchid. HEX triplet: B0, 4C and FB. RGB value is (176,76,251). Sum of RGB (Red+Green+Blue) = 176+76+251=503 (66% of max value = 765). Red value is 176 (69.14% from 255 or 34.99% from 503); Green value is 76 (30.08% from 255 or 15.11% from 503); Blue value is 251 (98.44% from 255 or 49.90% from 503); Max value from RGB is 251 - color contains mainly: blue. Hex color #B04CFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B04CFB is #4FB304. Grayscale: #7D7D7D. Windows color (decimal): -5223173 or 16469168. OLE color: 16469168.

HSL color Cylindrical-coordinate representation of color #B04CFB: hue angle of 274.29º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B04CFB is Cyan = 0.30, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB17676251-
CMYK0.300.7000.02
HSL274.29º95.63%64.12%-
HSV(B)274.29º69.72%98.43%-
XYZ37.921.3693.39-
YUV125.85198.63163.77-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.99%
GREEN value IS 76 (30.08% from 255) = 15.11%
BLUE value IS 251 (98.44% from 255) = 49.90%
R=34.99%
G=15.11%
B=49.90%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal176762510.300.7000.02274.2995.6364.12
HexB04CFB1E46021126040
Octal2601143733610602422140100
Binary1011000010011001111101111110100011001010001001011000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B04CFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B04CFB; }

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

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

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

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

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

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

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

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