Html Css Color HEX #B74CA2 Mulberry

📋 copy color: '#B74CA2'

red 183 ◦ green 76 ◦ blue 162

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

Shades of Mulberry #B74CA2

Tints of Mulberry #B74CA2

RGB

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

 GREEN value IS 76 (30.08% from 255) = 18.05%

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

R = 43.47%
G = 18.05%
B = 38.48%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.11

 K value IS 0.28

RGB Variations

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

Color information

#B74CA2 (or 0xB74CA2) is known color: Mulberry. HEX triplet: B7, 4C and A2. RGB value is (183,76,162). Sum of RGB (Red+Green+Blue) = 183+76+162=421 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.47% from 421); Green value is 76 (30.08% from 255 or 18.05% from 421); Blue value is 162 (63.67% from 255 or 38.48% from 421); Max value from RGB is 183 - color contains mainly: red. Hex color #B74CA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B74CA2 is #48B35D. Grayscale: #757575. Windows color (decimal): -4764510 or 10636471. OLE color: 10636471.

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

Color convert

RGB 183 76 162 -
CMYK 0 0.58 0.11 0.28
HSL 311.78º 0.43% 0.51% -
HSV(B) 311.78º 0.58% 0.72% -
XYZ 28.63 17.84 36.12 -
YUV 117.8 152.95 174.51 -
System Red Green Blue C M Y K H S L
Decimal 183 76 162 0 0.58 0.11 0.28 311.78 0.43 0.51
Hex B7 4C A2 0 3A B 1C 138 2B 33
Octal 267 114 242 0 72 13 34 470 53 63
Binary 10110111 1001100 10100010 0 111010 1011 11100 100111000 101011 110011

Color Harmonies of #B74CA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74CA2

Black with #B74CA2

Text Example


Text Example

White with #B74CA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74CA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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