Html Css Color HEX #B41A6D Jazzberry Jam

📋 copy color: '#B41A6D'

red 180 ◦ green 26 ◦ blue 109

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

Shades of Jazzberry Jam #B41A6D

Tints of Jazzberry Jam #B41A6D

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.25%

 BLUE value IS 109 (42.97% from 255) = 34.6%

R = 57.14%
G = 8.25%
B = 34.6%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.39

 K value IS 0.29

RGB Variations

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

Color information

#B41A6D (or 0xB41A6D) is known color: Jazzberry Jam. HEX triplet: B4, 1A and 6D. RGB value is (180,26,109). Sum of RGB (Red+Green+Blue) = 180+26+109=315 (41% of max value = 765). Red value is 180 (70.70% from 255 or 57.14% from 315); Green value is 26 (10.55% from 255 or 8.25% from 315); Blue value is 109 (42.97% from 255 or 34.60% from 315); Max value from RGB is 180 - color contains mainly: red. Hex color #B41A6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B41A6D is #4BE592. Grayscale: #515151. Windows color (decimal): -4973971 or 7150260. OLE color: 7150260.

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

Color convert

RGB 180 26 109 -
CMYK 0 0.86 0.39 0.29
HSL 327.66º 0.75% 0.4% -
HSV(B) 327.66º 0.86% 0.71% -
XYZ 21.95 11.55 15.54 -
YUV 81.51 143.52 198.25 -
System Red Green Blue C M Y K H S L
Decimal 180 26 109 0 0.86 0.39 0.29 327.66 0.75 0.4
Hex B4 1A 6D 0 56 27 1D 148 4B 28
Octal 264 32 155 0 126 47 35 510 113 50
Binary 10110100 11010 1101101 0 1010110 100111 11101 101001000 1001011 101000

Color Harmonies of #B41A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41A6D

Black with #B41A6D

Text Example


Text Example

White with #B41A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41A6D; }

 p { color: rgb(180,26,109); }

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

background-color css

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

 a { background-color: rgb(180,26,109); }

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

border-color css

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

 span { border-color: rgb(180,26,109); }

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