Html Css Color HEX #B65191 Mulberry

📋 copy color: '#B65191'

red 182 ◦ green 81 ◦ blue 145

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

Shades of Mulberry #B65191

Tints of Mulberry #B65191

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 35.54%

R = 44.61%
G = 19.85%
B = 35.54%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.20

 K value IS 0.29

RGB Variations

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

Color information

#B65191 (or 0xB65191) is known color: Mulberry. HEX triplet: B6, 51 and 91. RGB value is (182,81,145). Sum of RGB (Red+Green+Blue) = 182+81+145=408 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.61% from 408); Green value is 81 (32.03% from 255 or 19.85% from 408); Blue value is 145 (57.03% from 255 or 35.54% from 408); Max value from RGB is 182 - color contains mainly: red. Hex color #B65191 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B65191 is #49AE6E. Grayscale: #767676. Windows color (decimal): -4828783 or 9523638. OLE color: 9523638.

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

Color convert

RGB 182 81 145 -
CMYK 0 0.55 0.20 0.29
HSL 321.98º 0.41% 0.52% -
HSV(B) 321.98º 0.55% 0.71% -
XYZ 27.34 17.87 28.8 -
YUV 118.5 142.96 173.3 -
System Red Green Blue C M Y K H S L
Decimal 182 81 145 0 0.55 0.20 0.29 321.98 0.41 0.52
Hex B6 51 91 0 37 14 1D 142 29 34
Octal 266 121 221 0 67 24 35 502 51 64
Binary 10110110 1010001 10010001 0 110111 10100 11101 101000010 101001 110100

Color Harmonies of #B65191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65191

Black with #B65191

Text Example


Text Example

White with #B65191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65191; }

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

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

background-color css

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

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

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

border-color css

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

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

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