Html Css Color HEX #B41268 Jazzberry Jam

📋 copy color: '#B41268'

red 180 ◦ green 18 ◦ blue 104

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

Shades of Jazzberry Jam #B41268

Tints of Jazzberry Jam #B41268

RGB

 RED value IS 180 (70.7% from 255) = 59.6%

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

 BLUE value IS 104 (41.02% from 255) = 34.44%

R = 59.6%
G = 5.96%
B = 34.44%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.42

 K value IS 0.29

RGB Variations

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

Color information

#B41268 (or 0xB41268) is known color: Jazzberry Jam. HEX triplet: B4, 12 and 68. RGB value is (180,18,104). Sum of RGB (Red+Green+Blue) = 180+18+104=302 (40% of max value = 765). Red value is 180 (70.70% from 255 or 59.60% from 302); Green value is 18 (7.42% from 255 or 5.96% from 302); Blue value is 104 (41.02% from 255 or 34.44% from 302); Max value from RGB is 180 - color contains mainly: red. Hex color #B41268 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B41268 is #4BED97. Grayscale: #4C4C4C. Windows color (decimal): -4976024 or 6820532. OLE color: 6820532.

HSL color Cylindrical-coordinate representation of color #B41268: hue angle of 328.15º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B41268 is Cyan = 0, Magento = 0.9, Yellow = 0.42 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 18 104 -
CMYK 0 0.9 0.42 0.29
HSL 328.15º 0.82% 0.39% -
HSV(B) 328.15º 0.9% 0.71% -
XYZ 21.54 11.14 14.11 -
YUV 76.24 143.67 202.01 -
System Red Green Blue C M Y K H S L
Decimal 180 18 104 0 0.9 0.42 0.29 328.15 0.82 0.39
Hex B4 12 68 0 5A 2A 1D 148 52 27
Octal 264 22 150 0 132 52 35 510 122 47
Binary 10110100 10010 1101000 0 1011010 101010 11101 101001000 1010010 100111

Color Harmonies of #B41268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41268

Black with #B41268

Text Example


Text Example

White with #B41268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41268; }

 p { color: rgb(180,18,104); }

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

background-color css

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

 a { background-color: rgb(180,18,104); }

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

border-color css

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

 span { border-color: rgb(180,18,104); }

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