Html Css Color HEX #B34F90 Mulberry

📋 copy color: '#B34F90'

red 179 ◦ green 79 ◦ blue 144

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

Shades of Mulberry #B34F90

Tints of Mulberry #B34F90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 35.82%

R = 44.53%
G = 19.65%
B = 35.82%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.20

 K value IS 0.30

RGB Variations

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

Color information

#B34F90 (or 0xB34F90) is known color: Mulberry. HEX triplet: B3, 4F and 90. RGB value is (179,79,144). Sum of RGB (Red+Green+Blue) = 179+79+144=402 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.53% from 402); Green value is 79 (31.25% from 255 or 19.65% from 402); Blue value is 144 (56.64% from 255 or 35.82% from 402); Max value from RGB is 179 - color contains mainly: red. Hex color #B34F90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B34F90 is #4CB06F. Grayscale: #747474. Windows color (decimal): -5025904 or 9457587. OLE color: 9457587.

HSL color Cylindrical-coordinate representation of color #B34F90: hue angle of 321º 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 #B34F90 is Cyan = 0, Magento = 0.56, Yellow = 0.20 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 79 144 -
CMYK 0 0.56 0.20 0.30
HSL 321º 0.4% 0.51% -
HSV(B) 321º 0.56% 0.7% -
XYZ 26.42 17.19 28.31 -
YUV 116.31 143.63 172.71 -
System Red Green Blue C M Y K H S L
Decimal 179 79 144 0 0.56 0.20 0.30 321 0.4 0.51
Hex B3 4F 90 0 38 14 1E 141 28 33
Octal 263 117 220 0 70 24 36 501 50 63
Binary 10110011 1001111 10010000 0 111000 10100 11110 101000001 101000 110011

Color Harmonies of #B34F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34F90

Black with #B34F90

Text Example


Text Example

White with #B34F90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34F90; }

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

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

background-color css

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

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

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

border-color css

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

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

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