Html Css Color HEX #B21263 Jazzberry Jam

📋 copy color: '#B21263'

red 178 ◦ green 18 ◦ blue 99

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

Shades of Jazzberry Jam #B21263

Tints of Jazzberry Jam #B21263

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.1%

 BLUE value IS 99 (39.06% from 255) = 33.56%

R = 60.34%
G = 6.1%
B = 33.56%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.44

 K value IS 0.30

RGB Variations

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

Color information

#B21263 (or 0xB21263) is known color: Jazzberry Jam. HEX triplet: B2, 12 and 63. RGB value is (178,18,99). Sum of RGB (Red+Green+Blue) = 178+18+99=295 (39% of max value = 765). Red value is 178 (69.92% from 255 or 60.34% from 295); Green value is 18 (7.42% from 255 or 6.10% from 295); Blue value is 99 (39.06% from 255 or 33.56% from 295); Max value from RGB is 178 - color contains mainly: red. Hex color #B21263 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B21263 is #4DED9C. Grayscale: #4A4A4A. Windows color (decimal): -5107101 or 6492850. OLE color: 6492850.

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

Color convert

RGB 178 18 99 -
CMYK 0 0.90 0.44 0.30
HSL 329.63º 0.82% 0.38% -
HSV(B) 329.63º 0.9% 0.7% -
XYZ 20.83 10.8 12.79 -
YUV 75.07 141.51 201.41 -
System Red Green Blue C M Y K H S L
Decimal 178 18 99 0 0.90 0.44 0.30 329.63 0.82 0.38
Hex B2 12 63 0 5A 2C 1E 14A 52 26
Octal 262 22 143 0 132 54 36 512 122 46
Binary 10110010 10010 1100011 0 1011010 101100 11110 101001010 1010010 100110

Color Harmonies of #B21263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21263

Black with #B21263

Text Example


Text Example

White with #B21263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21263; }

 p { color: rgb(178,18,99); }

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

background-color css

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

 a { background-color: rgb(178,18,99); }

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

border-color css

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

 span { border-color: rgb(178,18,99); }

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