#B34ACB

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

Shades of Medium Orchid #B34ACB

Tints of Medium Orchid #B34ACB

Color information

#B34ACB (or 0xB34ACB) is unknown color: approx Medium Orchid. HEX triplet: B3, 4A and CB. RGB value is (179,74,203). Sum of RGB (Red+Green+Blue) = 179+74+203=456 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.25% from 456); Green value is 74 (29.30% from 255 or 16.23% from 456); Blue value is 203 (79.69% from 255 or 44.52% from 456); Max value from RGB is 203 - color contains mainly: blue. Hex color #B34ACB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B34ACB is #4CB534. Grayscale: #777777. Windows color (decimal): -5027125 or 13322931. OLE color: 13322931.

HSL color Cylindrical-coordinate representation of color #B34ACB: hue angle of 288.84º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B34ACB is Cyan = 0.12, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB17974203-
CMYK0.120.6400.20
HSL288.84º55.36%54.31%-
HSV(B)288.84º63.55%79.61%-
XYZ31.8218.7958.45-
YUV120.1174.79170.01-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.25%
GREEN value IS 74 (29.30% from 255) = 16.23%
BLUE value IS 203 (79.69% from 255) = 44.52%
R=39.25%
G=16.23%
B=44.52%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal179742030.120.6400.20288.8455.3654.31
HexB34ACBC400141213736
Octal263112313141000244416766
Binary1011001110010101100101111001000000010100100100001110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B34ACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B34ACB; }

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

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

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

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

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

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

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

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