Html Css Color HEX #B65294 Mulberry

📋 copy color: '#B65294'

red 182 ◦ green 82 ◦ blue 148

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

Shades of Mulberry #B65294

Tints of Mulberry #B65294

RGB

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

 GREEN value IS 82 (32.42% from 255) = 19.9%

 BLUE value IS 148 (58.2% from 255) = 35.92%

R = 44.17%
G = 19.9%
B = 35.92%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.19

 K value IS 0.29

RGB Variations

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

Color information

#B65294 (or 0xB65294) is known color: Mulberry. HEX triplet: B6, 52 and 94. RGB value is (182,82,148). Sum of RGB (Red+Green+Blue) = 182+82+148=412 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.17% from 412); Green value is 82 (32.42% from 255 or 19.90% from 412); Blue value is 148 (58.20% from 255 or 35.92% from 412); Max value from RGB is 182 - color contains mainly: red. Hex color #B65294 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B65294 is #49AD6B. Grayscale: #777777. Windows color (decimal): -4828524 or 9720502. OLE color: 9720502.

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

Color convert

RGB 182 82 148 -
CMYK 0 0.55 0.19 0.29
HSL 320.4º 0.41% 0.52% -
HSV(B) 320.4º 0.55% 0.71% -
XYZ 27.65 18.12 30.06 -
YUV 119.42 144.13 172.63 -
System Red Green Blue C M Y K H S L
Decimal 182 82 148 0 0.55 0.19 0.29 320.4 0.41 0.52
Hex B6 52 94 0 37 13 1D 140 29 34
Octal 266 122 224 0 67 23 35 500 51 64
Binary 10110110 1010010 10010100 0 110111 10011 11101 101000000 101001 110100

Color Harmonies of #B65294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65294

Black with #B65294

Text Example


Text Example

White with #B65294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65294; }

 p { color: rgb(182,82,148); }

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

background-color css

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

 a { background-color: rgb(182,82,148); }

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

border-color css

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

 span { border-color: rgb(182,82,148); }

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