Html Css Color HEX #B65A8D Mulberry

📋 copy color: '#B65A8D'

red 182 ◦ green 90 ◦ blue 141

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

Shades of Mulberry #B65A8D

Tints of Mulberry #B65A8D

RGB

 RED value IS 182 (71.48% from 255) = 44.07%

 GREEN value IS 90 (35.55% from 255) = 21.79%

 BLUE value IS 141 (55.47% from 255) = 34.14%

R = 44.07%
G = 21.79%
B = 34.14%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.23

 K value IS 0.29

RGB Variations

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

Color information

#B65A8D (or 0xB65A8D) is known color: Mulberry. HEX triplet: B6, 5A and 8D. RGB value is (182,90,141). Sum of RGB (Red+Green+Blue) = 182+90+141=413 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.07% from 413); Green value is 90 (35.55% from 255 or 21.79% from 413); Blue value is 141 (55.47% from 255 or 34.14% from 413); Max value from RGB is 182 - color contains mainly: red. Hex color #B65A8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B65A8D is #49A572. Grayscale: #7B7B7B. Windows color (decimal): -4826483 or 9263798. OLE color: 9263798.

HSL color Cylindrical-coordinate representation of color #B65A8D: hue angle of 326.74º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B65A8D is Cyan = 0, Magento = 0.51, Yellow = 0.23 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 90 141 -
CMYK 0 0.51 0.23 0.29
HSL 326.74º 0.39% 0.53% -
HSV(B) 326.74º 0.51% 0.71% -
XYZ 27.76 19.18 27.44 -
YUV 123.32 137.98 169.85 -
System Red Green Blue C M Y K H S L
Decimal 182 90 141 0 0.51 0.23 0.29 326.74 0.39 0.53
Hex B6 5A 8D 0 33 17 1D 147 27 35
Octal 266 132 215 0 63 27 35 507 47 65
Binary 10110110 1011010 10001101 0 110011 10111 11101 101000111 100111 110101

Color Harmonies of #B65A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65A8D

Black with #B65A8D

Text Example


Text Example

White with #B65A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65A8D; }

 p { color: rgb(182,90,141); }

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

background-color css

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

 a { background-color: rgb(182,90,141); }

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

border-color css

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

 span { border-color: rgb(182,90,141); }

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