Html Css Color HEX #B65C9D Mulberry

📋 copy color: '#B65C9D'

red 182 ◦ green 92 ◦ blue 157

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

Shades of Mulberry #B65C9D

Tints of Mulberry #B65C9D

RGB

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

 GREEN value IS 92 (36.33% from 255) = 21.35%

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

R = 42.23%
G = 21.35%
B = 36.43%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.14

 K value IS 0.29

RGB Variations

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

Color information

#B65C9D (or 0xB65C9D) is known color: Mulberry. HEX triplet: B6, 5C and 9D. RGB value is (182,92,157). Sum of RGB (Red+Green+Blue) = 182+92+157=431 (57% of max value = 765). Red value is 182 (71.48% from 255 or 42.23% from 431); Green value is 92 (36.33% from 255 or 21.35% from 431); Blue value is 157 (61.72% from 255 or 36.43% from 431); Max value from RGB is 182 - color contains mainly: red. Hex color #B65C9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B65C9D is #49A362. Grayscale: #7E7E7E. Windows color (decimal): -4825955 or 10312886. OLE color: 10312886.

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

Color convert

RGB 182 92 157 -
CMYK 0 0.49 0.14 0.29
HSL 316.67º 0.38% 0.54% -
HSV(B) 316.67º 0.49% 0.71% -
XYZ 29.2 20.03 34.23 -
YUV 126.32 145.32 167.71 -
System Red Green Blue C M Y K H S L
Decimal 182 92 157 0 0.49 0.14 0.29 316.67 0.38 0.54
Hex B6 5C 9D 0 31 E 1D 13D 26 36
Octal 266 134 235 0 61 16 35 475 46 66
Binary 10110110 1011100 10011101 0 110001 1110 11101 100111101 100110 110110

Color Harmonies of #B65C9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65C9D

Black with #B65C9D

Text Example


Text Example

White with #B65C9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65C9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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