Html Css Color HEX #B40568 Jazzberry Jam

📋 copy color: '#B40568'

red 180 ◦ green 5 ◦ blue 104

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

Shades of Jazzberry Jam #B40568

Tints of Jazzberry Jam #B40568

RGB

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

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

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

R = 62.28%
G = 1.73%
B = 35.99%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.42

 K value IS 0.29

RGB Variations

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

Color information

#B40568 (or 0xB40568) is known color: Jazzberry Jam. HEX triplet: B4, 05 and 68. RGB value is (180,5,104). Sum of RGB (Red+Green+Blue) = 180+5+104=289 (38% of max value = 765). Red value is 180 (70.70% from 255 or 62.28% from 289); Green value is 5 (2.34% from 255 or 1.73% from 289); Blue value is 104 (41.02% from 255 or 35.99% from 289); Max value from RGB is 180 - color contains mainly: red. Hex color #B40568 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B40568 is #4BFA97. Grayscale: #444444. Windows color (decimal): -4979352 or 6817204. OLE color: 6817204.

HSL color Cylindrical-coordinate representation of color #B40568: hue angle of 326.06º 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 #B40568 is Cyan = 0, Magento = 0.97, Yellow = 0.42 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 5 104 -
CMYK 0 0.97 0.42 0.29
HSL 326.06º 0.95% 0.36% -
HSV(B) 326.06º 0.97% 0.71% -
XYZ 21.38 10.81 14.06 -
YUV 68.61 147.98 207.45 -
System Red Green Blue C M Y K H S L
Decimal 180 5 104 0 0.97 0.42 0.29 326.06 0.95 0.36
Hex B4 5 68 0 61 2A 1D 146 5F 24
Octal 264 5 150 0 141 52 35 506 137 44
Binary 10110100 101 1101000 0 1100001 101010 11101 101000110 1011111 100100

Color Harmonies of #B40568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40568

Black with #B40568

Text Example


Text Example

White with #B40568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40568; }

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

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

background-color css

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

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

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

border-color css

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

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

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