Html Css Color HEX #B2236C Jazzberry Jam

📋 copy color: '#B2236C'

red 178 ◦ green 35 ◦ blue 108

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

Shades of Jazzberry Jam #B2236C

Tints of Jazzberry Jam #B2236C

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.9%

 BLUE value IS 108 (42.58% from 255) = 33.64%

R = 55.45%
G = 10.9%
B = 33.64%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.39

 K value IS 0.30

RGB Variations

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

Color information

#B2236C (or 0xB2236C) is known color: Jazzberry Jam. HEX triplet: B2, 23 and 6C. RGB value is (178,35,108). Sum of RGB (Red+Green+Blue) = 178+35+108=321 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.45% from 321); Green value is 35 (14.06% from 255 or 10.90% from 321); Blue value is 108 (42.58% from 255 or 33.64% from 321); Max value from RGB is 178 - color contains mainly: red. Hex color #B2236C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2236C is #4DDC93. Grayscale: #555555. Windows color (decimal): -5102740 or 7087026. OLE color: 7087026.

HSL color Cylindrical-coordinate representation of color #B2236C: hue angle of 329.37º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B2236C is Cyan = 0, Magento = 0.80, Yellow = 0.39 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 35 108 -
CMYK 0 0.80 0.39 0.30
HSL 329.37º 0.67% 0.42% -
HSV(B) 329.37º 0.8% 0.7% -
XYZ 21.67 11.75 15.31 -
YUV 86.08 140.38 193.56 -
System Red Green Blue C M Y K H S L
Decimal 178 35 108 0 0.80 0.39 0.30 329.37 0.67 0.42
Hex B2 23 6C 0 50 27 1E 149 43 2A
Octal 262 43 154 0 120 47 36 511 103 52
Binary 10110010 100011 1101100 0 1010000 100111 11110 101001001 1000011 101010

Color Harmonies of #B2236C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2236C

Black with #B2236C

Text Example


Text Example

White with #B2236C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2236C; }

 p { color: rgb(178,35,108); }

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

background-color css

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

 a { background-color: rgb(178,35,108); }

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

border-color css

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

 span { border-color: rgb(178,35,108); }

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