Html Css Color HEX #B65C93 Mulberry

📋 copy color: '#B65C93'

red 182 ◦ green 92 ◦ blue 147

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

Shades of Mulberry #B65C93

Tints of Mulberry #B65C93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 34.92%

R = 43.23%
G = 21.85%
B = 34.92%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.19

 K value IS 0.29

RGB Variations

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

Color information

#B65C93 (or 0xB65C93) is known color: Mulberry. HEX triplet: B6, 5C and 93. RGB value is (182,92,147). Sum of RGB (Red+Green+Blue) = 182+92+147=421 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.23% from 421); Green value is 92 (36.33% from 255 or 21.85% from 421); Blue value is 147 (57.81% from 255 or 34.92% from 421); Max value from RGB is 182 - color contains mainly: red. Hex color #B65C93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B65C93 is #49A36C. Grayscale: #7D7D7D. Windows color (decimal): -4825965 or 9657526. OLE color: 9657526.

HSL color Cylindrical-coordinate representation of color #B65C93: hue angle of 323.33º 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 #B65C93 is Cyan = 0, Magento = 0.49, Yellow = 0.19 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 92 147 -
CMYK 0 0.49 0.19 0.29
HSL 323.33º 0.38% 0.54% -
HSV(B) 323.33º 0.49% 0.71% -
XYZ 28.39 19.71 29.91 -
YUV 125.18 140.32 168.53 -
System Red Green Blue C M Y K H S L
Decimal 182 92 147 0 0.49 0.19 0.29 323.33 0.38 0.54
Hex B6 5C 93 0 31 13 1D 143 26 36
Octal 266 134 223 0 61 23 35 503 46 66
Binary 10110110 1011100 10010011 0 110001 10011 11101 101000011 100110 110110

Color Harmonies of #B65C93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65C93

Black with #B65C93

Text Example


Text Example

White with #B65C93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65C93; }

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

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

background-color css

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

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

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

border-color css

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

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

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