Html Css Color HEX #B40565 Jazzberry Jam

📋 copy color: '#B40565'

red 180 ◦ green 5 ◦ blue 101

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

Shades of Jazzberry Jam #B40565

Tints of Jazzberry Jam #B40565

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.75%

 BLUE value IS 101 (39.84% from 255) = 35.31%

R = 62.94%
G = 1.75%
B = 35.31%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.44

 K value IS 0.29

RGB Variations

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

Color information

#B40565 (or 0xB40565) is known color: Jazzberry Jam. HEX triplet: B4, 05 and 65. RGB value is (180,5,101). Sum of RGB (Red+Green+Blue) = 180+5+101=286 (37% of max value = 765). Red value is 180 (70.70% from 255 or 62.94% from 286); Green value is 5 (2.34% from 255 or 1.75% from 286); Blue value is 101 (39.84% from 255 or 35.31% from 286); Max value from RGB is 180 - color contains mainly: red. Hex color #B40565 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B40565 is #4BFA9A. Grayscale: #444444. Windows color (decimal): -4979355 or 6620596. OLE color: 6620596.

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

Color convert

RGB 180 5 101 -
CMYK 0 0.97 0.44 0.29
HSL 327.09º 0.95% 0.36% -
HSV(B) 327.09º 0.97% 0.71% -
XYZ 21.23 10.75 13.27 -
YUV 68.27 146.48 207.69 -
System Red Green Blue C M Y K H S L
Decimal 180 5 101 0 0.97 0.44 0.29 327.09 0.95 0.36
Hex B4 5 65 0 61 2C 1D 147 5F 24
Octal 264 5 145 0 141 54 35 507 137 44
Binary 10110100 101 1100101 0 1100001 101100 11101 101000111 1011111 100100

Color Harmonies of #B40565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40565

Black with #B40565

Text Example


Text Example

White with #B40565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40565; }

 p { color: rgb(180,5,101); }

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

background-color css

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

 a { background-color: rgb(180,5,101); }

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

border-color css

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

 span { border-color: rgb(180,5,101); }

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