Html Css Color HEX #B34F98 Mulberry

📋 copy color: '#B34F98'

red 179 ◦ green 79 ◦ blue 152

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

Shades of Mulberry #B34F98

Tints of Mulberry #B34F98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 37.07%

R = 43.66%
G = 19.27%
B = 37.07%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.15

 K value IS 0.30

RGB Variations

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

Color information

#B34F98 (or 0xB34F98) is known color: Mulberry. HEX triplet: B3, 4F and 98. RGB value is (179,79,152). Sum of RGB (Red+Green+Blue) = 179+79+152=410 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.66% from 410); Green value is 79 (31.25% from 255 or 19.27% from 410); Blue value is 152 (59.77% from 255 or 37.07% from 410); Max value from RGB is 179 - color contains mainly: red. Hex color #B34F98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B34F98 is #4CB067. Grayscale: #757575. Windows color (decimal): -5025896 or 9981875. OLE color: 9981875.

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

Color convert

RGB 179 79 152 -
CMYK 0 0.56 0.15 0.30
HSL 316.2º 0.4% 0.51% -
HSV(B) 316.2º 0.56% 0.7% -
XYZ 27.05 17.44 31.65 -
YUV 117.22 147.63 172.06 -
System Red Green Blue C M Y K H S L
Decimal 179 79 152 0 0.56 0.15 0.30 316.2 0.4 0.51
Hex B3 4F 98 0 38 F 1E 13C 28 33
Octal 263 117 230 0 70 17 36 474 50 63
Binary 10110011 1001111 10011000 0 111000 1111 11110 100111100 101000 110011

Color Harmonies of #B34F98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34F98

Black with #B34F98

Text Example


Text Example

White with #B34F98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34F98; }

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

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

background-color css

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

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

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

border-color css

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

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

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