Html Css Color HEX #B65392 Mulberry

📋 copy color: '#B65392'

red 182 ◦ green 83 ◦ blue 146

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

Shades of Mulberry #B65392

Tints of Mulberry #B65392

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 35.52%

R = 44.28%
G = 20.19%
B = 35.52%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.20

 K value IS 0.29

RGB Variations

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

Color information

#B65392 (or 0xB65392) is known color: Mulberry. HEX triplet: B6, 53 and 92. RGB value is (182,83,146). Sum of RGB (Red+Green+Blue) = 182+83+146=411 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.28% from 411); Green value is 83 (32.81% from 255 or 20.19% from 411); Blue value is 146 (57.42% from 255 or 35.52% from 411); Max value from RGB is 182 - color contains mainly: red. Hex color #B65392 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B65392 is #49AC6D. Grayscale: #777777. Windows color (decimal): -4828270 or 9589686. OLE color: 9589686.

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

Color convert

RGB 182 83 146 -
CMYK 0 0.54 0.20 0.29
HSL 321.82º 0.4% 0.52% -
HSV(B) 321.82º 0.54% 0.71% -
XYZ 27.57 18.21 29.26 -
YUV 119.78 142.8 172.38 -
System Red Green Blue C M Y K H S L
Decimal 182 83 146 0 0.54 0.20 0.29 321.82 0.4 0.52
Hex B6 53 92 0 36 14 1D 142 28 34
Octal 266 123 222 0 66 24 35 502 50 64
Binary 10110110 1010011 10010010 0 110110 10100 11101 101000010 101000 110100

Color Harmonies of #B65392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65392

Black with #B65392

Text Example


Text Example

White with #B65392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65392; }

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

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

background-color css

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

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

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

border-color css

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

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

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