#B34ADF

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

Shades of Medium Orchid #B34ADF

Tints of Medium Orchid #B34ADF

Color information

#B34ADF (or 0xB34ADF) is unknown color: approx Medium Orchid. HEX triplet: B3, 4A and DF. RGB value is (179,74,223). Sum of RGB (Red+Green+Blue) = 179+74+223=476 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.61% from 476); Green value is 74 (29.30% from 255 or 15.55% from 476); Blue value is 223 (87.5% from 255 or 46.85% from 476); Max value from RGB is 223 - color contains mainly: blue. Hex color #B34ADF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B34ADF is #4CB520. Grayscale: #797979. Windows color (decimal): -5027105 or 14633651. OLE color: 14633651.

HSL color Cylindrical-coordinate representation of color #B34ADF: hue angle of 282.28º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B34ADF is Cyan = 0.20, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB17974223-
CMYK0.200.6700.13
HSL282.28º69.95%58.24%-
HSV(B)282.28º66.82%87.45%-
XYZ34.3619.8171.82-
YUV122.38184.79168.38-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.61%
GREEN value IS 74 (29.30% from 255) = 15.55%
BLUE value IS 223 (87.5% from 255) = 46.85%
R=37.61%
G=15.55%
B=46.85%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal179742230.200.6700.13282.2869.9558.24
HexB34ADF14430D11a463a
Octal2631123372410301543210672
Binary10110011100101011011111101001000011011011000110101000110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B34ADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B34ADF; }

 p { color: rgb(179,74,223); }

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

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

 a { background-color: rgb(179,74,223); }

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

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

 span { border-color: rgb(179,74,223); }

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