Html Css Color HEX #B2205E Jazzberry Jam

📋 copy color: '#B2205E'

red 178 ◦ green 32 ◦ blue 94

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

Shades of Jazzberry Jam #B2205E

Tints of Jazzberry Jam #B2205E

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.53%

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

R = 58.55%
G = 10.53%
B = 30.92%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.47

 K value IS 0.30

RGB Variations

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

Color information

#B2205E (or 0xB2205E) is known color: Jazzberry Jam. HEX triplet: B2, 20 and 5E. RGB value is (178,32,94). Sum of RGB (Red+Green+Blue) = 178+32+94=304 (40% of max value = 765). Red value is 178 (69.92% from 255 or 58.55% from 304); Green value is 32 (12.89% from 255 or 10.53% from 304); Blue value is 94 (37.11% from 255 or 30.92% from 304); Max value from RGB is 178 - color contains mainly: red. Hex color #B2205E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2205E is #4DDFA1. Grayscale: #525252. Windows color (decimal): -5103522 or 6168754. OLE color: 6168754.

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

Color convert

RGB 178 32 94 -
CMYK 0 0.82 0.47 0.30
HSL 334.52º 0.7% 0.41% -
HSV(B) 334.52º 0.82% 0.7% -
XYZ 20.9 11.31 11.67 -
YUV 82.72 134.37 195.96 -
System Red Green Blue C M Y K H S L
Decimal 178 32 94 0 0.82 0.47 0.30 334.52 0.7 0.41
Hex B2 20 5E 0 52 2F 1E 14F 46 29
Octal 262 40 136 0 122 57 36 517 106 51
Binary 10110010 100000 1011110 0 1010010 101111 11110 101001111 1000110 101001

Color Harmonies of #B2205E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2205E

Black with #B2205E

Text Example


Text Example

White with #B2205E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2205E; }

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

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

background-color css

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

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

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

border-color css

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

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

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