Html Css Color HEX #B2025D Jazzberry Jam

📋 copy color: '#B2025D'

red 178 ◦ green 2 ◦ blue 93

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

Shades of Jazzberry Jam #B2025D

Tints of Jazzberry Jam #B2025D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 34.07%

R = 65.2%
G = 0.73%
B = 34.07%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.48

 K value IS 0.30

RGB Variations

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

Color information

#B2025D (or 0xB2025D) is known color: Jazzberry Jam. HEX triplet: B2, 02 and 5D. RGB value is (178,2,93). Sum of RGB (Red+Green+Blue) = 178+2+93=273 (36% of max value = 765). Red value is 178 (69.92% from 255 or 65.20% from 273); Green value is 2 (1.17% from 255 or 0.73% from 273); Blue value is 93 (36.72% from 255 or 34.07% from 273); Max value from RGB is 178 - color contains mainly: red. Hex color #B2025D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B2025D is #4DFDA2. Grayscale: #404040. Windows color (decimal): -5111203 or 6095538. OLE color: 6095538.

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

Color convert

RGB 178 2 93 -
CMYK 0 0.99 0.48 0.30
HSL 328.98º 0.98% 0.35% -
HSV(B) 328.98º 0.99% 0.7% -
XYZ 20.36 10.3 11.27 -
YUV 65 143.81 208.6 -
System Red Green Blue C M Y K H S L
Decimal 178 2 93 0 0.99 0.48 0.30 328.98 0.98 0.35
Hex B2 2 5D 0 63 30 1E 149 62 23
Octal 262 2 135 0 143 60 36 511 142 43
Binary 10110010 10 1011101 0 1100011 110000 11110 101001001 1100010 100011

Color Harmonies of #B2025D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2025D

Black with #B2025D

Text Example


Text Example

White with #B2025D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2025D; }

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

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

background-color css

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

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

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

border-color css

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

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

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