#B344FC

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

Shades of Medium Orchid #B344FC

Tints of Medium Orchid #B344FC

Color information

#B344FC (or 0xB344FC) is unknown color: approx Medium Orchid. HEX triplet: B3, 44 and FC. RGB value is (179,68,252). Sum of RGB (Red+Green+Blue) = 179+68+252=499 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.87% from 499); Green value is 68 (26.95% from 255 or 13.63% from 499); Blue value is 252 (98.83% from 255 or 50.50% from 499); Max value from RGB is 252 - color contains mainly: blue. Hex color #B344FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B344FC is #4CBB03. Grayscale: #797979. Windows color (decimal): -5028612 or 16532659. OLE color: 16532659.

HSL color Cylindrical-coordinate representation of color #B344FC: hue angle of 276.2º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B344FC is Cyan = 0.29, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB17968252-
CMYK0.290.7300.01
HSL276.2º96.84%62.75%-
HSV(B)276.2º73.02%98.82%-
XYZ38.2320.7594.09-
YUV122.16201.27168.54-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 35.87%
GREEN value IS 68 (26.95% from 255) = 13.63%
BLUE value IS 252 (98.83% from 255) = 50.50%
R=35.87%
G=13.63%
B=50.50%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal179682520.290.7300.01276.296.8462.75
HexB344FC1D4901114613f
Octal263104374351110142414177
Binary10110011100010011111100111011001001011000101001100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B344FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B344FC; }

 p { color: rgb(179,68,252); }

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

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

 a { background-color: rgb(179,68,252); }

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

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

 span { border-color: rgb(179,68,252); }

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