Html Css Color HEX #B2005A Jazzberry Jam

📋 copy color: '#B2005A'

red 178 ◦ green 0 ◦ blue 90

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

Shades of Jazzberry Jam #B2005A

Tints of Jazzberry Jam #B2005A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 90 (35.55% from 255) = 33.58%

R = 66.42%
G = 0%
B = 33.58%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.49

 K value IS 0.30

RGB Variations

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

Color information

#B2005A (or 0xB2005A) is known color: Jazzberry Jam. HEX triplet: B2, 00 and 5A. RGB value is (178,0,90). Sum of RGB (Red+Green+Blue) = 178+0+90=268 (35% of max value = 765). Red value is 178 (69.92% from 255 or 66.42% from 268); Green value is 0 (0.39% from 255 or 0% from 268); Blue value is 90 (35.55% from 255 or 33.58% from 268); Max value from RGB is 178 - color contains mainly: red. Hex color #B2005A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B2005A is #4DFFA5. Grayscale: #3F3F3F. Windows color (decimal): -5111718 or 5898418. OLE color: 5898418.

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

Color convert

RGB 178 0 90 -
CMYK 0 1 0.49 0.30
HSL 329.66º 1% 0.35% -
HSV(B) 329.66º 1% 0.7% -
XYZ 20.21 10.2 10.58 -
YUV 63.48 142.97 209.68 -
System Red Green Blue C M Y K H S L
Decimal 178 0 90 0 1 0.49 0.30 329.66 1 0.35
Hex B2 0 5A 0 64 31 1E 14A 64 23
Octal 262 0 132 0 144 61 36 512 144 43
Binary 10110010 0 1011010 0 1100100 110001 11110 101001010 1100100 100011

Color Harmonies of #B2005A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2005A

Black with #B2005A

Text Example


Text Example

White with #B2005A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2005A; }

 p { color: rgb(178,0,90); }

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

background-color css

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

 a { background-color: rgb(178,0,90); }

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

border-color css

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

 span { border-color: rgb(178,0,90); }

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