Html Css Color HEX #B2256B Jazzberry Jam

📋 copy color: '#B2256B'

red 178 ◦ green 37 ◦ blue 107

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

Shades of Jazzberry Jam #B2256B

Tints of Jazzberry Jam #B2256B

RGB

 RED value IS 178 (69.92% from 255) = 55.28%

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

 BLUE value IS 107 (42.19% from 255) = 33.23%

R = 55.28%
G = 11.49%
B = 33.23%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.40

 K value IS 0.30

RGB Variations

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

Color information

#B2256B (or 0xB2256B) is known color: Jazzberry Jam. HEX triplet: B2, 25 and 6B. RGB value is (178,37,107). Sum of RGB (Red+Green+Blue) = 178+37+107=322 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.28% from 322); Green value is 37 (14.84% from 255 or 11.49% from 322); Blue value is 107 (42.19% from 255 or 33.23% from 322); Max value from RGB is 178 - color contains mainly: red. Hex color #B2256B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2256B is #4DDA94. Grayscale: #565656. Windows color (decimal): -5102229 or 7022002. OLE color: 7022002.

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

Color convert

RGB 178 37 107 -
CMYK 0 0.79 0.40 0.30
HSL 330.21º 0.66% 0.42% -
HSV(B) 330.21º 0.79% 0.7% -
XYZ 21.68 11.85 15.05 -
YUV 87.14 139.21 192.81 -
System Red Green Blue C M Y K H S L
Decimal 178 37 107 0 0.79 0.40 0.30 330.21 0.66 0.42
Hex B2 25 6B 0 4F 28 1E 14A 42 2A
Octal 262 45 153 0 117 50 36 512 102 52
Binary 10110010 100101 1101011 0 1001111 101000 11110 101001010 1000010 101010

Color Harmonies of #B2256B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2256B

Black with #B2256B

Text Example


Text Example

White with #B2256B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2256B; }

 p { color: rgb(178,37,107); }

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

background-color css

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

 a { background-color: rgb(178,37,107); }

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

border-color css

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

 span { border-color: rgb(178,37,107); }

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