Html Css Color HEX #B2025E Jazzberry Jam

📋 copy color: '#B2025E'

red 178 ◦ green 2 ◦ blue 94

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

Shades of Jazzberry Jam #B2025E

Tints of Jazzberry Jam #B2025E

RGB

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

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

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

R = 64.96%
G = 0.73%
B = 34.31%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.47

 K value IS 0.30

RGB Variations

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

Color information

#B2025E (or 0xB2025E) is known color: Jazzberry Jam. HEX triplet: B2, 02 and 5E. RGB value is (178,2,94). Sum of RGB (Red+Green+Blue) = 178+2+94=274 (36% of max value = 765). Red value is 178 (69.92% from 255 or 64.96% from 274); Green value is 2 (1.17% from 255 or 0.73% from 274); Blue value is 94 (37.11% from 255 or 34.31% from 274); Max value from RGB is 178 - color contains mainly: red. Hex color #B2025E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B2025E is #4DFDA1. Grayscale: #404040. Windows color (decimal): -5111202 or 6161074. OLE color: 6161074.

HSL color Cylindrical-coordinate representation of color #B2025E: hue angle of 328.64º 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 #B2025E is Cyan = 0, Magento = 0.99, Yellow = 0.47 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 2 94 -
CMYK 0 0.99 0.47 0.30
HSL 328.64º 0.98% 0.35% -
HSV(B) 328.64º 0.99% 0.7% -
XYZ 20.4 10.32 11.51 -
YUV 65.11 144.31 208.52 -
System Red Green Blue C M Y K H S L
Decimal 178 2 94 0 0.99 0.47 0.30 328.64 0.98 0.35
Hex B2 2 5E 0 63 2F 1E 149 62 23
Octal 262 2 136 0 143 57 36 511 142 43
Binary 10110010 10 1011110 0 1100011 101111 11110 101001001 1100010 100011

Color Harmonies of #B2025E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2025E

Black with #B2025E

Text Example


Text Example

White with #B2025E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2025E; }

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

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

background-color css

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

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

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

border-color css

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

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

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