Html Css Color HEX #B74B9E Mulberry

📋 copy color: '#B74B9E'

red 183 ◦ green 75 ◦ blue 158

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

Shades of Mulberry #B74B9E

Tints of Mulberry #B74B9E

RGB

 RED value IS 183 (71.88% from 255) = 43.99%

 GREEN value IS 75 (29.69% from 255) = 18.03%

 BLUE value IS 158 (62.11% from 255) = 37.98%

R = 43.99%
G = 18.03%
B = 37.98%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.14

 K value IS 0.28

RGB Variations

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

Color information

#B74B9E (or 0xB74B9E) is known color: Mulberry. HEX triplet: B7, 4B and 9E. RGB value is (183,75,158). Sum of RGB (Red+Green+Blue) = 183+75+158=416 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.99% from 416); Green value is 75 (29.69% from 255 or 18.03% from 416); Blue value is 158 (62.11% from 255 or 37.98% from 416); Max value from RGB is 183 - color contains mainly: red. Hex color #B74B9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B74B9E is #48B461. Grayscale: #747474. Windows color (decimal): -4764770 or 10374071. OLE color: 10374071.

HSL color Cylindrical-coordinate representation of color #B74B9E: hue angle of 313.89º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B74B9E is Cyan = 0, Magento = 0.59, Yellow = 0.14 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 75 158 -
CMYK 0 0.59 0.14 0.28
HSL 313.89º 0.43% 0.51% -
HSV(B) 313.89º 0.59% 0.72% -
XYZ 28.22 17.57 34.25 -
YUV 116.75 151.28 175.25 -
System Red Green Blue C M Y K H S L
Decimal 183 75 158 0 0.59 0.14 0.28 313.89 0.43 0.51
Hex B7 4B 9E 0 3B E 1C 13A 2B 33
Octal 267 113 236 0 73 16 34 472 53 63
Binary 10110111 1001011 10011110 0 111011 1110 11100 100111010 101011 110011

Color Harmonies of #B74B9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74B9E

Black with #B74B9E

Text Example


Text Example

White with #B74B9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74B9E; }

 p { color: rgb(183,75,158); }

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

background-color css

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

 a { background-color: rgb(183,75,158); }

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

border-color css

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

 span { border-color: rgb(183,75,158); }

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