Html Css Color HEX #B65B9D Mulberry

📋 copy color: '#B65B9D'

red 182 ◦ green 91 ◦ blue 157

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

Shades of Mulberry #B65B9D

Tints of Mulberry #B65B9D

RGB

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

 GREEN value IS 91 (35.94% from 255) = 21.16%

 BLUE value IS 157 (61.72% from 255) = 36.51%

R = 42.33%
G = 21.16%
B = 36.51%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.14

 K value IS 0.29

RGB Variations

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

Color information

#B65B9D (or 0xB65B9D) is known color: Mulberry. HEX triplet: B6, 5B and 9D. RGB value is (182,91,157). Sum of RGB (Red+Green+Blue) = 182+91+157=430 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.33% from 430); Green value is 91 (35.94% from 255 or 21.16% from 430); Blue value is 157 (61.72% from 255 or 36.51% from 430); Max value from RGB is 182 - color contains mainly: red. Hex color #B65B9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B65B9D is #49A462. Grayscale: #7D7D7D. Windows color (decimal): -4826211 or 10312630. OLE color: 10312630.

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

Color convert

RGB 182 91 157 -
CMYK 0 0.5 0.14 0.29
HSL 316.48º 0.38% 0.54% -
HSV(B) 316.48º 0.5% 0.71% -
XYZ 29.12 19.86 34.2 -
YUV 125.73 145.65 168.13 -
System Red Green Blue C M Y K H S L
Decimal 182 91 157 0 0.5 0.14 0.29 316.48 0.38 0.54
Hex B6 5B 9D 0 32 E 1D 13C 26 36
Octal 266 133 235 0 62 16 35 474 46 66
Binary 10110110 1011011 10011101 0 110010 1110 11101 100111100 100110 110110

Color Harmonies of #B65B9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65B9D

Black with #B65B9D

Text Example


Text Example

White with #B65B9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65B9D; }

 p { color: rgb(182,91,157); }

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

background-color css

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

 a { background-color: rgb(182,91,157); }

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

border-color css

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

 span { border-color: rgb(182,91,157); }

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