Html Css Color HEX #B65394 Mulberry

📋 copy color: '#B65394'

red 182 ◦ green 83 ◦ blue 148

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

Shades of Mulberry #B65394

Tints of Mulberry #B65394

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 35.84%

R = 44.07%
G = 20.1%
B = 35.84%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.19

 K value IS 0.29

RGB Variations

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

Color information

#B65394 (or 0xB65394) is known color: Mulberry. HEX triplet: B6, 53 and 94. RGB value is (182,83,148). Sum of RGB (Red+Green+Blue) = 182+83+148=413 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.07% from 413); Green value is 83 (32.81% from 255 or 20.10% from 413); Blue value is 148 (58.20% from 255 or 35.84% from 413); Max value from RGB is 182 - color contains mainly: red. Hex color #B65394 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B65394 is #49AC6B. Grayscale: #777777. Windows color (decimal): -4828268 or 9720758. OLE color: 9720758.

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

Color convert

RGB 182 83 148 -
CMYK 0 0.54 0.19 0.29
HSL 320.61º 0.4% 0.52% -
HSV(B) 320.61º 0.54% 0.71% -
XYZ 27.73 18.27 30.08 -
YUV 120.01 143.8 172.21 -
System Red Green Blue C M Y K H S L
Decimal 182 83 148 0 0.54 0.19 0.29 320.61 0.4 0.52
Hex B6 53 94 0 36 13 1D 141 28 34
Octal 266 123 224 0 66 23 35 501 50 64
Binary 10110110 1010011 10010100 0 110110 10011 11101 101000001 101000 110100

Color Harmonies of #B65394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65394

Black with #B65394

Text Example


Text Example

White with #B65394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65394; }

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

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

background-color css

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

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

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

border-color css

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

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

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