Html Css Color HEX #B1046D Jazzberry Jam

📋 copy color: '#B1046D'

red 177 ◦ green 4 ◦ blue 109

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

Shades of Jazzberry Jam #B1046D

Tints of Jazzberry Jam #B1046D

RGB

 RED value IS 177 (69.53% from 255) = 61.03%

 GREEN value IS 4 (1.95% from 255) = 1.38%

 BLUE value IS 109 (42.97% from 255) = 37.59%

R = 61.03%
G = 1.38%
B = 37.59%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.38

 K value IS 0.31

RGB Variations

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

Color information

#B1046D (or 0xB1046D) is known color: Jazzberry Jam. HEX triplet: B1, 04 and 6D. RGB value is (177,4,109). Sum of RGB (Red+Green+Blue) = 177+4+109=290 (38% of max value = 765). Red value is 177 (69.53% from 255 or 61.03% from 290); Green value is 4 (1.95% from 255 or 1.38% from 290); Blue value is 109 (42.97% from 255 or 37.59% from 290); Max value from RGB is 177 - color contains mainly: red. Hex color #B1046D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B1046D is #4EFB92. Grayscale: #434343. Windows color (decimal): -5176211 or 7144625. OLE color: 7144625.

HSL color Cylindrical-coordinate representation of color #B1046D: hue angle of 323.58º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B1046D is Cyan = 0, Magento = 0.98, Yellow = 0.38 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 4 109 -
CMYK 0 0.98 0.38 0.31
HSL 323.58º 0.96% 0.35% -
HSV(B) 323.58º 0.98% 0.69% -
XYZ 20.94 10.54 15.4 -
YUV 67.7 151.31 205.96 -
System Red Green Blue C M Y K H S L
Decimal 177 4 109 0 0.98 0.38 0.31 323.58 0.96 0.35
Hex B1 4 6D 0 62 26 1F 144 60 23
Octal 261 4 155 0 142 46 37 504 140 43
Binary 10110001 100 1101101 0 1100010 100110 11111 101000100 1100000 100011

Color Harmonies of #B1046D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1046D

Black with #B1046D

Text Example


Text Example

White with #B1046D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1046D; }

 p { color: rgb(177,4,109); }

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

background-color css

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

 a { background-color: rgb(177,4,109); }

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

border-color css

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

 span { border-color: rgb(177,4,109); }

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