Html Css Color HEX #B65F8D Mulberry

📋 copy color: '#B65F8D'

red 182 ◦ green 95 ◦ blue 141

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

Shades of Mulberry #B65F8D

Tints of Mulberry #B65F8D

RGB

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

 GREEN value IS 95 (37.5% from 255) = 22.73%

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

R = 43.54%
G = 22.73%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.23

 K value IS 0.29

RGB Variations

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

Color information

#B65F8D (or 0xB65F8D) is known color: Mulberry. HEX triplet: B6, 5F and 8D. RGB value is (182,95,141). Sum of RGB (Red+Green+Blue) = 182+95+141=418 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.54% from 418); Green value is 95 (37.5% from 255 or 22.73% from 418); Blue value is 141 (55.47% from 255 or 33.73% from 418); Max value from RGB is 182 - color contains mainly: red. Hex color #B65F8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B65F8D is #49A072. Grayscale: #7E7E7E. Windows color (decimal): -4825203 or 9265078. OLE color: 9265078.

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

Color convert

RGB 182 95 141 -
CMYK 0 0.48 0.23 0.29
HSL 328.28º 0.37% 0.54% -
HSV(B) 328.28º 0.48% 0.71% -
XYZ 28.19 20.05 27.58 -
YUV 126.26 136.32 167.76 -
System Red Green Blue C M Y K H S L
Decimal 182 95 141 0 0.48 0.23 0.29 328.28 0.37 0.54
Hex B6 5F 8D 0 30 17 1D 148 25 36
Octal 266 137 215 0 60 27 35 510 45 66
Binary 10110110 1011111 10001101 0 110000 10111 11101 101001000 100101 110110

Color Harmonies of #B65F8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65F8D

Black with #B65F8D

Text Example


Text Example

White with #B65F8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65F8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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