Html Css Color HEX #B751A0 Mulberry

📋 copy color: '#B751A0'

red 183 ◦ green 81 ◦ blue 160

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

Shades of Mulberry #B751A0

Tints of Mulberry #B751A0

RGB

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

 GREEN value IS 81 (32.03% from 255) = 19.1%

 BLUE value IS 160 (62.89% from 255) = 37.74%

R = 43.16%
G = 19.1%
B = 37.74%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.13

 K value IS 0.28

RGB Variations

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

Color information

#B751A0 (or 0xB751A0) is known color: Mulberry. HEX triplet: B7, 51 and A0. RGB value is (183,81,160). Sum of RGB (Red+Green+Blue) = 183+81+160=424 (56% of max value = 765). Red value is 183 (71.88% from 255 or 43.16% from 424); Green value is 81 (32.03% from 255 or 19.10% from 424); Blue value is 160 (62.89% from 255 or 37.74% from 424); Max value from RGB is 183 - color contains mainly: red. Hex color #B751A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B751A0 is #48AE5F. Grayscale: #787878. Windows color (decimal): -4763232 or 10506679. OLE color: 10506679.

HSL color Cylindrical-coordinate representation of color #B751A0: hue angle of 313.53º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B751A0 is Cyan = 0, Magento = 0.56, Yellow = 0.13 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 81 160 -
CMYK 0 0.56 0.13 0.28
HSL 313.53º 0.41% 0.52% -
HSV(B) 313.53º 0.56% 0.72% -
XYZ 28.82 18.49 35.31 -
YUV 120.5 150.29 172.58 -
System Red Green Blue C M Y K H S L
Decimal 183 81 160 0 0.56 0.13 0.28 313.53 0.41 0.52
Hex B7 51 A0 0 38 D 1C 13A 29 34
Octal 267 121 240 0 70 15 34 472 51 64
Binary 10110111 1010001 10100000 0 111000 1101 11100 100111010 101001 110100

Color Harmonies of #B751A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B751A0

Black with #B751A0

Text Example


Text Example

White with #B751A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B751A0; }

 p { color: rgb(183,81,160); }

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

background-color css

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

 a { background-color: rgb(183,81,160); }

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

border-color css

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

 span { border-color: rgb(183,81,160); }

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