Html Css Color HEX #B40467 Jazzberry Jam

📋 copy color: '#B40467'

red 180 ◦ green 4 ◦ blue 103

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

Shades of Jazzberry Jam #B40467

Tints of Jazzberry Jam #B40467

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 35.89%

R = 62.72%
G = 1.39%
B = 35.89%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.43

 K value IS 0.29

RGB Variations

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

Color information

#B40467 (or 0xB40467) is known color: Jazzberry Jam. HEX triplet: B4, 04 and 67. RGB value is (180,4,103). Sum of RGB (Red+Green+Blue) = 180+4+103=287 (38% of max value = 765). Red value is 180 (70.70% from 255 or 62.72% from 287); Green value is 4 (1.95% from 255 or 1.39% from 287); Blue value is 103 (40.62% from 255 or 35.89% from 287); Max value from RGB is 180 - color contains mainly: red. Hex color #B40467 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B40467 is #4BFB98. Grayscale: #434343. Windows color (decimal): -4979609 or 6751412. OLE color: 6751412.

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

Color convert

RGB 180 4 103 -
CMYK 0 0.98 0.43 0.29
HSL 326.25º 0.96% 0.36% -
HSV(B) 326.25º 0.98% 0.71% -
XYZ 21.31 10.77 13.79 -
YUV 67.91 147.81 207.95 -
System Red Green Blue C M Y K H S L
Decimal 180 4 103 0 0.98 0.43 0.29 326.25 0.96 0.36
Hex B4 4 67 0 62 2B 1D 146 60 24
Octal 264 4 147 0 142 53 35 506 140 44
Binary 10110100 100 1100111 0 1100010 101011 11101 101000110 1100000 100100

Color Harmonies of #B40467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40467

Black with #B40467

Text Example


Text Example

White with #B40467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40467; }

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

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

background-color css

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

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

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

border-color css

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

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

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