Html Css Color HEX #B4046D Jazzberry Jam

📋 copy color: '#B4046D'

red 180 ◦ green 4 ◦ blue 109

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

Shades of Jazzberry Jam #B4046D

Tints of Jazzberry Jam #B4046D

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.37%

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

R = 61.43%
G = 1.37%
B = 37.2%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.39

 K value IS 0.29

RGB Variations

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

Color information

#B4046D (or 0xB4046D) is known color: Jazzberry Jam. HEX triplet: B4, 04 and 6D. RGB value is (180,4,109). Sum of RGB (Red+Green+Blue) = 180+4+109=293 (38% of max value = 765). Red value is 180 (70.70% from 255 or 61.43% from 293); Green value is 4 (1.95% from 255 or 1.37% from 293); Blue value is 109 (42.97% from 255 or 37.20% from 293); Max value from RGB is 180 - color contains mainly: red. Hex color #B4046D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B4046D is #4BFB92. Grayscale: #444444. Windows color (decimal): -4979603 or 7144628. OLE color: 7144628.

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

Color convert

RGB 180 4 109 -
CMYK 0 0.98 0.39 0.29
HSL 324.2º 0.96% 0.36% -
HSV(B) 324.2º 0.98% 0.71% -
XYZ 21.63 10.89 15.43 -
YUV 68.59 150.81 207.46 -
System Red Green Blue C M Y K H S L
Decimal 180 4 109 0 0.98 0.39 0.29 324.2 0.96 0.36
Hex B4 4 6D 0 62 27 1D 144 60 24
Octal 264 4 155 0 142 47 35 504 140 44
Binary 10110100 100 1101101 0 1100010 100111 11101 101000100 1100000 100100

Color Harmonies of #B4046D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4046D

Black with #B4046D

Text Example


Text Example

White with #B4046D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4046D; }

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

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

background-color css

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

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

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

border-color css

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

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

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