Html Css Color HEX #B1256A Jazzberry Jam

📋 copy color: '#B1256A'

red 177 ◦ green 37 ◦ blue 106

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

Shades of Jazzberry Jam #B1256A

Tints of Jazzberry Jam #B1256A

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.56%

 BLUE value IS 106 (41.8% from 255) = 33.13%

R = 55.31%
G = 11.56%
B = 33.13%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.40

 K value IS 0.31

RGB Variations

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

Color information

#B1256A (or 0xB1256A) is known color: Jazzberry Jam. HEX triplet: B1, 25 and 6A. RGB value is (177,37,106). Sum of RGB (Red+Green+Blue) = 177+37+106=320 (42% of max value = 765). Red value is 177 (69.53% from 255 or 55.31% from 320); Green value is 37 (14.84% from 255 or 11.56% from 320); Blue value is 106 (41.80% from 255 or 33.12% from 320); Max value from RGB is 177 - color contains mainly: red. Hex color #B1256A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1256A is #4EDA95. Grayscale: #565656. Windows color (decimal): -5167766 or 6956465. OLE color: 6956465.

HSL color Cylindrical-coordinate representation of color #B1256A: hue angle of 330.43º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B1256A is Cyan = 0, Magento = 0.79, Yellow = 0.40 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 37 106 -
CMYK 0 0.79 0.40 0.31
HSL 330.43º 0.65% 0.42% -
HSV(B) 330.43º 0.79% 0.69% -
XYZ 21.39 11.71 14.77 -
YUV 86.73 138.88 192.39 -
System Red Green Blue C M Y K H S L
Decimal 177 37 106 0 0.79 0.40 0.31 330.43 0.65 0.42
Hex B1 25 6A 0 4F 28 1F 14A 41 2A
Octal 261 45 152 0 117 50 37 512 101 52
Binary 10110001 100101 1101010 0 1001111 101000 11111 101001010 1000001 101010

Color Harmonies of #B1256A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1256A

Black with #B1256A

Text Example


Text Example

White with #B1256A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1256A; }

 p { color: rgb(177,37,106); }

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

background-color css

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

 a { background-color: rgb(177,37,106); }

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

border-color css

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

 span { border-color: rgb(177,37,106); }

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