#B344FF

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

Shades of Medium Orchid #B344FF

Tints of Medium Orchid #B344FF

Color information

#B344FF (or 0xB344FF) is unknown color: approx Medium Orchid. HEX triplet: B3, 44 and FF. RGB value is (179,68,255). Sum of RGB (Red+Green+Blue) = 179+68+255=502 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.66% from 502); Green value is 68 (26.95% from 255 or 13.55% from 502); Blue value is 255 (100% from 255 or 50.80% from 502); Max value from RGB is 255 - color contains mainly: blue. Hex color #B344FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B344FF is #4CBB00. Grayscale: #797979. Windows color (decimal): -5028609 or 16729267. OLE color: 16729267.

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

Color convert

RGB17968255-
CMYK0.300.7300
HSL275.61º100%63.33%-
HSV(B)275.61º73.33%100%-
XYZ38.7120.9496.61-
YUV122.51202.77168.29-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 35.66%
GREEN value IS 68 (26.95% from 255) = 13.55%
BLUE value IS 255 (100% from 255) = 50.80%
R=35.66%
G=13.55%
B=50.80%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal179682550.300.7300275.6110063.33
HexB344FF1E4900114643f
Octal263104377361110042414477
Binary10110011100010011111111111101001001001000101001100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B344FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B344FF; }

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

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

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

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

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

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

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

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