Html Css Color HEX #B65183 Mulberry

📋 copy color: '#B65183'

red 182 ◦ green 81 ◦ blue 131

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

Shades of Mulberry #B65183

Tints of Mulberry #B65183

RGB

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

 GREEN value IS 81 (32.03% from 255) = 20.56%

 BLUE value IS 131 (51.56% from 255) = 33.25%

R = 46.19%
G = 20.56%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.28

 K value IS 0.29

RGB Variations

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

Color information

#B65183 (or 0xB65183) is known color: Mulberry. HEX triplet: B6, 51 and 83. RGB value is (182,81,131). Sum of RGB (Red+Green+Blue) = 182+81+131=394 (52% of max value = 765). Red value is 182 (71.48% from 255 or 46.19% from 394); Green value is 81 (32.03% from 255 or 20.56% from 394); Blue value is 131 (51.56% from 255 or 33.25% from 394); Max value from RGB is 182 - color contains mainly: red. Hex color #B65183 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B65183 is #49AE7C. Grayscale: #747474. Windows color (decimal): -4828797 or 8606134. OLE color: 8606134.

HSL color Cylindrical-coordinate representation of color #B65183: hue angle of 330.3º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B65183 is Cyan = 0, Magento = 0.55, Yellow = 0.28 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 81 131 -
CMYK 0 0.55 0.28 0.29
HSL 330.3º 0.41% 0.52% -
HSV(B) 330.3º 0.55% 0.71% -
XYZ 26.33 17.47 23.46 -
YUV 116.9 135.96 174.43 -
System Red Green Blue C M Y K H S L
Decimal 182 81 131 0 0.55 0.28 0.29 330.3 0.41 0.52
Hex B6 51 83 0 37 1C 1D 14A 29 34
Octal 266 121 203 0 67 34 35 512 51 64
Binary 10110110 1010001 10000011 0 110111 11100 11101 101001010 101001 110100

Color Harmonies of #B65183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65183

Black with #B65183

Text Example


Text Example

White with #B65183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65183; }

 p { color: rgb(182,81,131); }

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

background-color css

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

 a { background-color: rgb(182,81,131); }

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

border-color css

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

 span { border-color: rgb(182,81,131); }

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