Html Css Color HEX #B65199 Mulberry

📋 copy color: '#B65199'

red 182 ◦ green 81 ◦ blue 153

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

Shades of Mulberry #B65199

Tints of Mulberry #B65199

RGB

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

 GREEN value IS 81 (32.03% from 255) = 19.47%

 BLUE value IS 153 (60.16% from 255) = 36.78%

R = 43.75%
G = 19.47%
B = 36.78%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.16

 K value IS 0.29

RGB Variations

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

Color information

#B65199 (or 0xB65199) is known color: Mulberry. HEX triplet: B6, 51 and 99. RGB value is (182,81,153). Sum of RGB (Red+Green+Blue) = 182+81+153=416 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.75% from 416); Green value is 81 (32.03% from 255 or 19.47% from 416); Blue value is 153 (60.16% from 255 or 36.78% from 416); Max value from RGB is 182 - color contains mainly: red. Hex color #B65199 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B65199 is #49AE66. Grayscale: #777777. Windows color (decimal): -4828775 or 10047926. OLE color: 10047926.

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

Color convert

RGB 182 81 153 -
CMYK 0 0.55 0.16 0.29
HSL 317.23º 0.41% 0.52% -
HSV(B) 317.23º 0.55% 0.71% -
XYZ 27.98 18.13 32.16 -
YUV 119.41 146.96 172.65 -
System Red Green Blue C M Y K H S L
Decimal 182 81 153 0 0.55 0.16 0.29 317.23 0.41 0.52
Hex B6 51 99 0 37 10 1D 13D 29 34
Octal 266 121 231 0 67 20 35 475 51 64
Binary 10110110 1010001 10011001 0 110111 10000 11101 100111101 101001 110100

Color Harmonies of #B65199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65199

Black with #B65199

Text Example


Text Example

White with #B65199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65199; }

 p { color: rgb(182,81,153); }

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

background-color css

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

 a { background-color: rgb(182,81,153); }

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

border-color css

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

 span { border-color: rgb(182,81,153); }

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