Html Css Color HEX #B65F90 Mulberry

📋 copy color: '#B65F90'

red 182 ◦ green 95 ◦ blue 144

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

Shades of Mulberry #B65F90

Tints of Mulberry #B65F90

RGB

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

 GREEN value IS 95 (37.5% from 255) = 22.57%

 BLUE value IS 144 (56.64% from 255) = 34.2%

R = 43.23%
G = 22.57%
B = 34.2%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.21

 K value IS 0.29

RGB Variations

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

Color information

#B65F90 (or 0xB65F90) is known color: Mulberry. HEX triplet: B6, 5F and 90. RGB value is (182,95,144). Sum of RGB (Red+Green+Blue) = 182+95+144=421 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.23% from 421); Green value is 95 (37.5% from 255 or 22.57% from 421); Blue value is 144 (56.64% from 255 or 34.20% from 421); Max value from RGB is 182 - color contains mainly: red. Hex color #B65F90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B65F90 is #49A06F. Grayscale: #7E7E7E. Windows color (decimal): -4825200 or 9461686. OLE color: 9461686.

HSL color Cylindrical-coordinate representation of color #B65F90: hue angle of 326.21º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B65F90 is Cyan = 0, Magento = 0.48, Yellow = 0.21 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 95 144 -
CMYK 0 0.48 0.21 0.29
HSL 326.21º 0.37% 0.54% -
HSV(B) 326.21º 0.48% 0.71% -
XYZ 28.42 20.14 28.78 -
YUV 126.6 137.82 167.52 -
System Red Green Blue C M Y K H S L
Decimal 182 95 144 0 0.48 0.21 0.29 326.21 0.37 0.54
Hex B6 5F 90 0 30 15 1D 146 25 36
Octal 266 137 220 0 60 25 35 506 45 66
Binary 10110110 1011111 10010000 0 110000 10101 11101 101000110 100101 110110

Color Harmonies of #B65F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65F90

Black with #B65F90

Text Example


Text Example

White with #B65F90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65F90; }

 p { color: rgb(182,95,144); }

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

background-color css

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

 a { background-color: rgb(182,95,144); }

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

border-color css

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

 span { border-color: rgb(182,95,144); }

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