Html Css Color HEX #B80162 Jazzberry Jam

📋 copy color: '#B80162'

red 184 ◦ green 1 ◦ blue 98

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

Shades of Jazzberry Jam #B80162

Tints of Jazzberry Jam #B80162

RGB

 RED value IS 184 (72.27% from 255) = 65.02%

 GREEN value IS 1 (0.78% from 255) = 0.35%

 BLUE value IS 98 (38.67% from 255) = 34.63%

R = 65.02%
G = 0.35%
B = 34.63%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.47

 K value IS 0.28

RGB Variations

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

Color information

#B80162 (or 0xB80162) is known color: Jazzberry Jam. HEX triplet: B8, 01 and 62. RGB value is (184,1,98). Sum of RGB (Red+Green+Blue) = 184+1+98=283 (37% of max value = 765). Red value is 184 (72.27% from 255 or 65.02% from 283); Green value is 1 (0.78% from 255 or 0.35% from 283); Blue value is 98 (38.67% from 255 or 34.63% from 283); Max value from RGB is 184 - color contains mainly: red. Hex color #B80162 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B80162 is #47FE9D. Grayscale: #424242. Windows color (decimal): -4718238 or 6422968. OLE color: 6422968.

HSL color Cylindrical-coordinate representation of color #B80162: hue angle of 328.2º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B80162 is Cyan = 0, Magento = 0.99, Yellow = 0.47 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 1 98 -
CMYK 0 0.99 0.47 0.28
HSL 328.2º 0.99% 0.36% -
HSV(B) 328.2º 0.99% 0.72% -
XYZ 21.98 11.09 12.54 -
YUV 66.78 145.63 211.61 -
System Red Green Blue C M Y K H S L
Decimal 184 1 98 0 0.99 0.47 0.28 328.2 0.99 0.36
Hex B8 1 62 0 63 2F 1C 148 63 24
Octal 270 1 142 0 143 57 34 510 143 44
Binary 10111000 1 1100010 0 1100011 101111 11100 101001000 1100011 100100

Color Harmonies of #B80162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80162

Black with #B80162

Text Example


Text Example

White with #B80162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80162; }

 p { color: rgb(184,1,98); }

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

background-color css

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

 a { background-color: rgb(184,1,98); }

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

border-color css

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

 span { border-color: rgb(184,1,98); }

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