Html Css Color HEX #B1236D Jazzberry Jam

📋 copy color: '#B1236D'

red 177 ◦ green 35 ◦ blue 109

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

Shades of Jazzberry Jam #B1236D

Tints of Jazzberry Jam #B1236D

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.9%

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

R = 55.14%
G = 10.9%
B = 33.96%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.38

 K value IS 0.31

RGB Variations

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

Color information

#B1236D (or 0xB1236D) is known color: Jazzberry Jam. HEX triplet: B1, 23 and 6D. RGB value is (177,35,109). Sum of RGB (Red+Green+Blue) = 177+35+109=321 (42% of max value = 765). Red value is 177 (69.53% from 255 or 55.14% from 321); Green value is 35 (14.06% from 255 or 10.90% from 321); Blue value is 109 (42.97% from 255 or 33.96% from 321); Max value from RGB is 177 - color contains mainly: red. Hex color #B1236D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1236D is #4EDC92. Grayscale: #555555. Windows color (decimal): -5168275 or 7152561. OLE color: 7152561.

HSL color Cylindrical-coordinate representation of color #B1236D: hue angle of 328.73º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B1236D is Cyan = 0, Magento = 0.80, Yellow = 0.38 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 35 109 -
CMYK 0 0.80 0.38 0.31
HSL 328.73º 0.67% 0.42% -
HSV(B) 328.73º 0.8% 0.69% -
XYZ 21.49 11.65 15.58 -
YUV 85.89 141.04 192.98 -
System Red Green Blue C M Y K H S L
Decimal 177 35 109 0 0.80 0.38 0.31 328.73 0.67 0.42
Hex B1 23 6D 0 50 26 1F 149 43 2A
Octal 261 43 155 0 120 46 37 511 103 52
Binary 10110001 100011 1101101 0 1010000 100110 11111 101001001 1000011 101010

Color Harmonies of #B1236D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1236D

Black with #B1236D

Text Example


Text Example

White with #B1236D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1236D; }

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

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

background-color css

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

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

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

border-color css

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

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

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