Html Css Color HEX #B2045E Jazzberry Jam

📋 copy color: '#B2045E'

red 178 ◦ green 4 ◦ blue 94

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

Shades of Jazzberry Jam #B2045E

Tints of Jazzberry Jam #B2045E

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.45%

 BLUE value IS 94 (37.11% from 255) = 34.06%

R = 64.49%
G = 1.45%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.47

 K value IS 0.30

RGB Variations

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

Color information

#B2045E (or 0xB2045E) is known color: Jazzberry Jam. HEX triplet: B2, 04 and 5E. RGB value is (178,4,94). Sum of RGB (Red+Green+Blue) = 178+4+94=276 (36% of max value = 765). Red value is 178 (69.92% from 255 or 64.49% from 276); Green value is 4 (1.95% from 255 or 1.45% from 276); Blue value is 94 (37.11% from 255 or 34.06% from 276); Max value from RGB is 178 - color contains mainly: red. Hex color #B2045E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B2045E is #4DFBA1. Grayscale: #424242. Windows color (decimal): -5110690 or 6161586. OLE color: 6161586.

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

Color convert

RGB 178 4 94 -
CMYK 0 0.98 0.47 0.30
HSL 328.97º 0.96% 0.36% -
HSV(B) 328.97º 0.98% 0.7% -
XYZ 20.42 10.36 11.51 -
YUV 66.29 143.65 207.68 -
System Red Green Blue C M Y K H S L
Decimal 178 4 94 0 0.98 0.47 0.30 328.97 0.96 0.36
Hex B2 4 5E 0 62 2F 1E 149 60 24
Octal 262 4 136 0 142 57 36 511 140 44
Binary 10110010 100 1011110 0 1100010 101111 11110 101001001 1100000 100100

Color Harmonies of #B2045E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2045E

Black with #B2045E

Text Example


Text Example

White with #B2045E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2045E; }

 p { color: rgb(178,4,94); }

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

background-color css

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

 a { background-color: rgb(178,4,94); }

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

border-color css

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

 span { border-color: rgb(178,4,94); }

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