Html Css Color HEX #B2026E Jazzberry Jam

📋 copy color: '#B2026E'

red 178 ◦ green 2 ◦ blue 110

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

Shades of Jazzberry Jam #B2026E

Tints of Jazzberry Jam #B2026E

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.69%

 BLUE value IS 110 (43.36% from 255) = 37.93%

R = 61.38%
G = 0.69%
B = 37.93%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.38

 K value IS 0.30

RGB Variations

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

Color information

#B2026E (or 0xB2026E) is known color: Jazzberry Jam. HEX triplet: B2, 02 and 6E. RGB value is (178,2,110). Sum of RGB (Red+Green+Blue) = 178+2+110=290 (38% of max value = 765). Red value is 178 (69.92% from 255 or 61.38% from 290); Green value is 2 (1.17% from 255 or 0.69% from 290); Blue value is 110 (43.36% from 255 or 37.93% from 290); Max value from RGB is 178 - color contains mainly: red. Hex color #B2026E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B2026E is #4DFD91. Grayscale: #424242. Windows color (decimal): -5111186 or 7209650. OLE color: 7209650.

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

Color convert

RGB 178 2 110 -
CMYK 0 0.99 0.38 0.30
HSL 323.18º 0.98% 0.35% -
HSV(B) 323.18º 0.99% 0.7% -
XYZ 21.2 10.63 15.69 -
YUV 66.94 152.31 207.22 -
System Red Green Blue C M Y K H S L
Decimal 178 2 110 0 0.99 0.38 0.30 323.18 0.98 0.35
Hex B2 2 6E 0 63 26 1E 143 62 23
Octal 262 2 156 0 143 46 36 503 142 43
Binary 10110010 10 1101110 0 1100011 100110 11110 101000011 1100010 100011

Color Harmonies of #B2026E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2026E

Black with #B2026E

Text Example


Text Example

White with #B2026E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2026E; }

 p { color: rgb(178,2,110); }

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

background-color css

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

 a { background-color: rgb(178,2,110); }

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

border-color css

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

 span { border-color: rgb(178,2,110); }

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