Html Css Color HEX #B748A2 Mulberry

📋 copy color: '#B748A2'

red 183 ◦ green 72 ◦ blue 162

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

Shades of Mulberry #B748A2

Tints of Mulberry #B748A2

RGB

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

 GREEN value IS 72 (28.52% from 255) = 17.27%

 BLUE value IS 162 (63.67% from 255) = 38.85%

R = 43.88%
G = 17.27%
B = 38.85%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.11

 K value IS 0.28

RGB Variations

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

Color information

#B748A2 (or 0xB748A2) is known color: Mulberry. HEX triplet: B7, 48 and A2. RGB value is (183,72,162). Sum of RGB (Red+Green+Blue) = 183+72+162=417 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.88% from 417); Green value is 72 (28.52% from 255 or 17.27% from 417); Blue value is 162 (63.67% from 255 or 38.85% from 417); Max value from RGB is 183 - color contains mainly: red. Hex color #B748A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B748A2 is #48B75D. Grayscale: #737373. Windows color (decimal): -4765534 or 10635447. OLE color: 10635447.

HSL color Cylindrical-coordinate representation of color #B748A2: hue angle of 311.35º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B748A2 is Cyan = 0, Magento = 0.61, Yellow = 0.11 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 72 162 -
CMYK 0 0.61 0.11 0.28
HSL 311.35º 0.44% 0.5% -
HSV(B) 311.35º 0.61% 0.72% -
XYZ 28.37 17.31 36.03 -
YUV 115.45 154.27 176.18 -
System Red Green Blue C M Y K H S L
Decimal 183 72 162 0 0.61 0.11 0.28 311.35 0.44 0.5
Hex B7 48 A2 0 3D B 1C 137 2C 32
Octal 267 110 242 0 75 13 34 467 54 62
Binary 10110111 1001000 10100010 0 111101 1011 11100 100110111 101100 110010

Color Harmonies of #B748A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B748A2

Black with #B748A2

Text Example


Text Example

White with #B748A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B748A2; }

 p { color: rgb(183,72,162); }

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

background-color css

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

 a { background-color: rgb(183,72,162); }

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

border-color css

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

 span { border-color: rgb(183,72,162); }

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