Html Css Color HEX #B40069 Jazzberry Jam

📋 copy color: '#B40069'

red 180 ◦ green 0 ◦ blue 105

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

Shades of Jazzberry Jam #B40069

Tints of Jazzberry Jam #B40069

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 105 (41.41% from 255) = 36.84%

R = 63.16%
G = 0%
B = 36.84%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.42

 K value IS 0.29

RGB Variations

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

Color information

#B40069 (or 0xB40069) is known color: Jazzberry Jam. HEX triplet: B4, 00 and 69. RGB value is (180,0,105). Sum of RGB (Red+Green+Blue) = 180+0+105=285 (37% of max value = 765). Red value is 180 (70.70% from 255 or 63.16% from 285); Green value is 0 (0.39% from 255 or 0% from 285); Blue value is 105 (41.41% from 255 or 36.84% from 285); Max value from RGB is 180 - color contains mainly: red. Hex color #B40069 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B40069 is #4BFF96. Grayscale: #414141. Windows color (decimal): -4980631 or 6881460. OLE color: 6881460.

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

Color convert

RGB 180 0 105 -
CMYK 0 1 0.42 0.29
HSL 325º 1% 0.35% -
HSV(B) 325º 1% 0.71% -
XYZ 21.37 10.72 14.31 -
YUV 65.79 150.13 209.46 -
System Red Green Blue C M Y K H S L
Decimal 180 0 105 0 1 0.42 0.29 325 1 0.35
Hex B4 0 69 0 64 2A 1D 145 64 23
Octal 264 0 151 0 144 52 35 505 144 43
Binary 10110100 0 1101001 0 1100100 101010 11101 101000101 1100100 100011

Color Harmonies of #B40069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40069

Black with #B40069

Text Example


Text Example

White with #B40069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40069; }

 p { color: rgb(180,0,105); }

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

background-color css

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

 a { background-color: rgb(180,0,105); }

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

border-color css

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

 span { border-color: rgb(180,0,105); }

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