Html Css Color HEX #B65383 Mulberry

📋 copy color: '#B65383'

red 182 ◦ green 83 ◦ blue 131

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

Shades of Mulberry #B65383

Tints of Mulberry #B65383

RGB

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

 GREEN value IS 83 (32.81% from 255) = 20.96%

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

R = 45.96%
G = 20.96%
B = 33.08%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.28

 K value IS 0.29

RGB Variations

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

Color information

#B65383 (or 0xB65383) is known color: Mulberry. HEX triplet: B6, 53 and 83. RGB value is (182,83,131). Sum of RGB (Red+Green+Blue) = 182+83+131=396 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.96% from 396); Green value is 83 (32.81% from 255 or 20.96% from 396); Blue value is 131 (51.56% from 255 or 33.08% from 396); Max value from RGB is 182 - color contains mainly: red. Hex color #B65383 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B65383 is #49AC7C. Grayscale: #757575. Windows color (decimal): -4828285 or 8606646. OLE color: 8606646.

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

Color convert

RGB 182 83 131 -
CMYK 0 0.54 0.28 0.29
HSL 330.91º 0.4% 0.52% -
HSV(B) 330.91º 0.54% 0.71% -
XYZ 26.48 17.77 23.51 -
YUV 118.07 135.3 173.6 -
System Red Green Blue C M Y K H S L
Decimal 182 83 131 0 0.54 0.28 0.29 330.91 0.4 0.52
Hex B6 53 83 0 36 1C 1D 14B 28 34
Octal 266 123 203 0 66 34 35 513 50 64
Binary 10110110 1010011 10000011 0 110110 11100 11101 101001011 101000 110100

Color Harmonies of #B65383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65383

Black with #B65383

Text Example


Text Example

White with #B65383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65383; }

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

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

background-color css

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

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

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

border-color css

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

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

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