Html Css Color HEX #B34F9B Mulberry

📋 copy color: '#B34F9B'

red 179 ◦ green 79 ◦ blue 155

#B34F9B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mulberry #B34F9B

Tints of Mulberry #B34F9B

RGB

 RED value IS 179 (70.31% from 255) = 43.34%

 GREEN value IS 79 (31.25% from 255) = 19.13%

 BLUE value IS 155 (60.94% from 255) = 37.53%

R = 43.34%
G = 19.13%
B = 37.53%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.13

 K value IS 0.30

RGB Variations

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

Color information

#B34F9B (or 0xB34F9B) is known color: Mulberry. HEX triplet: B3, 4F and 9B. RGB value is (179,79,155). Sum of RGB (Red+Green+Blue) = 179+79+155=413 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.34% from 413); Green value is 79 (31.25% from 255 or 19.13% from 413); Blue value is 155 (60.94% from 255 or 37.53% from 413); Max value from RGB is 179 - color contains mainly: red. Hex color #B34F9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B34F9B is #4CB064. Grayscale: #757575. Windows color (decimal): -5025893 or 10178483. OLE color: 10178483.

HSL color Cylindrical-coordinate representation of color #B34F9B: hue angle of 314.4º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B34F9B is Cyan = 0, Magento = 0.56, Yellow = 0.13 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 79 155 -
CMYK 0 0.56 0.13 0.30
HSL 314.4º 0.4% 0.51% -
HSV(B) 314.4º 0.56% 0.7% -
XYZ 27.3 17.54 32.96 -
YUV 117.56 149.13 171.82 -
System Red Green Blue C M Y K H S L
Decimal 179 79 155 0 0.56 0.13 0.30 314.4 0.4 0.51
Hex B3 4F 9B 0 38 D 1E 13A 28 33
Octal 263 117 233 0 70 15 36 472 50 63
Binary 10110011 1001111 10011011 0 111000 1101 11110 100111010 101000 110011

Color Harmonies of #B34F9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34F9B

Black with #B34F9B

Text Example


Text Example

White with #B34F9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34F9B; }

 p { color: rgb(179,79,155); }

 H1.HeaderClassName
 {
   color: #B34F9B;
 }
 .AnyTagClassName
 {
   color: #B34F9B;
 }
</style>

background-color css

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

 a { background-color: rgb(179,79,155); }

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

border-color css

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

 span { border-color: rgb(179,79,155); }

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