Html Css Color HEX #B0226A Jazzberry Jam

📋 copy color: '#B0226A'

red 176 ◦ green 34 ◦ blue 106

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

Shades of Jazzberry Jam #B0226A

Tints of Jazzberry Jam #B0226A

RGB

 RED value IS 176 (69.14% from 255) = 55.7%

 GREEN value IS 34 (13.67% from 255) = 10.76%

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

R = 55.7%
G = 10.76%
B = 33.54%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.40

 K value IS 0.31

RGB Variations

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

Color information

#B0226A (or 0xB0226A) is known color: Jazzberry Jam. HEX triplet: B0, 22 and 6A. RGB value is (176,34,106). Sum of RGB (Red+Green+Blue) = 176+34+106=316 (41% of max value = 765). Red value is 176 (69.14% from 255 or 55.70% from 316); Green value is 34 (13.67% from 255 or 10.76% from 316); Blue value is 106 (41.80% from 255 or 33.54% from 316); Max value from RGB is 176 - color contains mainly: red. Hex color #B0226A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0226A is #4FDD95. Grayscale: #545454. Windows color (decimal): -5234070 or 6955696. OLE color: 6955696.

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

Color convert

RGB 176 34 106 -
CMYK 0 0.81 0.40 0.31
HSL 329.58º 0.68% 0.41% -
HSV(B) 329.58º 0.81% 0.69% -
XYZ 21.08 11.41 14.73 -
YUV 84.67 140.04 193.15 -
System Red Green Blue C M Y K H S L
Decimal 176 34 106 0 0.81 0.40 0.31 329.58 0.68 0.41
Hex B0 22 6A 0 51 28 1F 14A 44 29
Octal 260 42 152 0 121 50 37 512 104 51
Binary 10110000 100010 1101010 0 1010001 101000 11111 101001010 1000100 101001

Color Harmonies of #B0226A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0226A

Black with #B0226A

Text Example


Text Example

White with #B0226A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0226A; }

 p { color: rgb(176,34,106); }

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

background-color css

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

 a { background-color: rgb(176,34,106); }

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

border-color css

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

 span { border-color: rgb(176,34,106); }

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