Html Css Color HEX #B65085 Mulberry

📋 copy color: '#B65085'

red 182 ◦ green 80 ◦ blue 133

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

Shades of Mulberry #B65085

Tints of Mulberry #B65085

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 33.67%

R = 46.08%
G = 20.25%
B = 33.67%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.27

 K value IS 0.29

RGB Variations

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

Color information

#B65085 (or 0xB65085) is known color: Mulberry. HEX triplet: B6, 50 and 85. RGB value is (182,80,133). Sum of RGB (Red+Green+Blue) = 182+80+133=395 (52% of max value = 765). Red value is 182 (71.48% from 255 or 46.08% from 395); Green value is 80 (31.64% from 255 or 20.25% from 395); Blue value is 133 (52.34% from 255 or 33.67% from 395); Max value from RGB is 182 - color contains mainly: red. Hex color #B65085 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B65085 is #49AF7A. Grayscale: #747474. Windows color (decimal): -4829051 or 8736950. OLE color: 8736950.

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

Color convert

RGB 182 80 133 -
CMYK 0 0.56 0.27 0.29
HSL 328.82º 0.41% 0.51% -
HSV(B) 328.82º 0.56% 0.71% -
XYZ 26.39 17.38 24.15 -
YUV 116.54 137.29 174.69 -
System Red Green Blue C M Y K H S L
Decimal 182 80 133 0 0.56 0.27 0.29 328.82 0.41 0.51
Hex B6 50 85 0 38 1B 1D 149 29 33
Octal 266 120 205 0 70 33 35 511 51 63
Binary 10110110 1010000 10000101 0 111000 11011 11101 101001001 101001 110011

Color Harmonies of #B65085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65085

Black with #B65085

Text Example


Text Example

White with #B65085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65085; }

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

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

background-color css

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

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

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

border-color css

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

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

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