Html Css Color HEX #B65088 Mulberry

📋 copy color: '#B65088'

red 182 ◦ green 80 ◦ blue 136

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

Shades of Mulberry #B65088

Tints of Mulberry #B65088

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20.1%

 BLUE value IS 136 (53.52% from 255) = 34.17%

R = 45.73%
G = 20.1%
B = 34.17%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.25

 K value IS 0.29

RGB Variations

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

Color information

#B65088 (or 0xB65088) is known color: Mulberry. HEX triplet: B6, 50 and 88. RGB value is (182,80,136). Sum of RGB (Red+Green+Blue) = 182+80+136=398 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.73% from 398); Green value is 80 (31.64% from 255 or 20.10% from 398); Blue value is 136 (53.52% from 255 or 34.17% from 398); Max value from RGB is 182 - color contains mainly: red. Hex color #B65088 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B65088 is #49AF77. Grayscale: #747474. Windows color (decimal): -4829048 or 8933558. OLE color: 8933558.

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

Color convert

RGB 182 80 136 -
CMYK 0 0.56 0.25 0.29
HSL 327.06º 0.41% 0.51% -
HSV(B) 327.06º 0.56% 0.71% -
XYZ 26.6 17.46 25.26 -
YUV 116.88 138.79 174.45 -
System Red Green Blue C M Y K H S L
Decimal 182 80 136 0 0.56 0.25 0.29 327.06 0.41 0.51
Hex B6 50 88 0 38 19 1D 147 29 33
Octal 266 120 210 0 70 31 35 507 51 63
Binary 10110110 1010000 10001000 0 111000 11001 11101 101000111 101001 110011

Color Harmonies of #B65088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65088

Black with #B65088

Text Example


Text Example

White with #B65088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65088; }

 p { color: rgb(182,80,136); }

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

background-color css

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

 a { background-color: rgb(182,80,136); }

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

border-color css

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

 span { border-color: rgb(182,80,136); }

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