Html Css Color HEX #B645A0 Mulberry

📋 copy color: '#B645A0'

red 182 ◦ green 69 ◦ blue 160

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

Shades of Mulberry #B645A0

Tints of Mulberry #B645A0

RGB

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

 GREEN value IS 69 (27.34% from 255) = 16.79%

 BLUE value IS 160 (62.89% from 255) = 38.93%

R = 44.28%
G = 16.79%
B = 38.93%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.12

 K value IS 0.29

RGB Variations

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

Color information

#B645A0 (or 0xB645A0) is known color: Mulberry. HEX triplet: B6, 45 and A0. RGB value is (182,69,160). Sum of RGB (Red+Green+Blue) = 182+69+160=411 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.28% from 411); Green value is 69 (27.34% from 255 or 16.79% from 411); Blue value is 160 (62.89% from 255 or 38.93% from 411); Max value from RGB is 182 - color contains mainly: red. Hex color #B645A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B645A0 is #49BA5F. Grayscale: #707070. Windows color (decimal): -4831840 or 10503606. OLE color: 10503606.

HSL color Cylindrical-coordinate representation of color #B645A0: hue angle of 311.68º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B645A0 is Cyan = 0, Magento = 0.62, Yellow = 0.12 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 69 160 -
CMYK 0 0.62 0.12 0.29
HSL 311.68º 0.45% 0.49% -
HSV(B) 311.68º 0.62% 0.71% -
XYZ 27.76 16.74 35.03 -
YUV 113.16 154.44 177.1 -
System Red Green Blue C M Y K H S L
Decimal 182 69 160 0 0.62 0.12 0.29 311.68 0.45 0.49
Hex B6 45 A0 0 3E C 1D 138 2D 31
Octal 266 105 240 0 76 14 35 470 55 61
Binary 10110110 1000101 10100000 0 111110 1100 11101 100111000 101101 110001

Color Harmonies of #B645A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B645A0

Black with #B645A0

Text Example


Text Example

White with #B645A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B645A0; }

 p { color: rgb(182,69,160); }

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

background-color css

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

 a { background-color: rgb(182,69,160); }

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

border-color css

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

 span { border-color: rgb(182,69,160); }

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