Html Css Color HEX #B2025F Jazzberry Jam

📋 copy color: '#B2025F'

red 178 ◦ green 2 ◦ blue 95

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

Shades of Jazzberry Jam #B2025F

Tints of Jazzberry Jam #B2025F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 34.55%

R = 64.73%
G = 0.73%
B = 34.55%

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

#B2025F (or 0xB2025F) is known color: Jazzberry Jam. HEX triplet: B2, 02 and 5F. RGB value is (178,2,95). Sum of RGB (Red+Green+Blue) = 178+2+95=275 (36% of max value = 765). Red value is 178 (69.92% from 255 or 64.73% from 275); Green value is 2 (1.17% from 255 or 0.73% from 275); Blue value is 95 (37.5% from 255 or 34.55% from 275); Max value from RGB is 178 - color contains mainly: red. Hex color #B2025F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B2025F is #4DFDA0. Grayscale: #414141. Windows color (decimal): -5111201 or 6226610. OLE color: 6226610.

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

Color convert

RGB 178 2 95 -
CMYK 0 0.99 0.47 0.30
HSL 328.3º 0.98% 0.35% -
HSV(B) 328.3º 0.99% 0.7% -
XYZ 20.45 10.33 11.74 -
YUV 65.23 144.81 208.44 -
System Red Green Blue C M Y K H S L
Decimal 178 2 95 0 0.99 0.47 0.30 328.3 0.98 0.35
Hex B2 2 5F 0 63 2F 1E 148 62 23
Octal 262 2 137 0 143 57 36 510 142 43
Binary 10110010 10 1011111 0 1100011 101111 11110 101001000 1100010 100011

Color Harmonies of #B2025F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2025F

Black with #B2025F

Text Example


Text Example

White with #B2025F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2025F; }

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

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

background-color css

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

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

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

border-color css

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

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

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