Html Css Color HEX #B80366 Jazzberry Jam

📋 copy color: '#B80366'

red 184 ◦ green 3 ◦ blue 102

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

Shades of Jazzberry Jam #B80366

Tints of Jazzberry Jam #B80366

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.04%

 BLUE value IS 102 (40.23% from 255) = 35.29%

R = 63.67%
G = 1.04%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.45

 K value IS 0.28

RGB Variations

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

Color information

#B80366 (or 0xB80366) is known color: Jazzberry Jam. HEX triplet: B8, 03 and 66. RGB value is (184,3,102). Sum of RGB (Red+Green+Blue) = 184+3+102=289 (38% of max value = 765). Red value is 184 (72.27% from 255 or 63.67% from 289); Green value is 3 (1.56% from 255 or 1.04% from 289); Blue value is 102 (40.23% from 255 or 35.29% from 289); Max value from RGB is 184 - color contains mainly: red. Hex color #B80366 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B80366 is #47FC99. Grayscale: #444444. Windows color (decimal): -4717722 or 6685624. OLE color: 6685624.

HSL color Cylindrical-coordinate representation of color #B80366: hue angle of 327.18º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B80366 is Cyan = 0, Magento = 0.98, Yellow = 0.45 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 3 102 -
CMYK 0 0.98 0.45 0.28
HSL 327.18º 0.97% 0.37% -
HSV(B) 327.18º 0.98% 0.72% -
XYZ 22.2 11.21 13.57 -
YUV 68.41 146.97 210.45 -
System Red Green Blue C M Y K H S L
Decimal 184 3 102 0 0.98 0.45 0.28 327.18 0.97 0.37
Hex B8 3 66 0 62 2D 1C 147 61 25
Octal 270 3 146 0 142 55 34 507 141 45
Binary 10111000 11 1100110 0 1100010 101101 11100 101000111 1100001 100101

Color Harmonies of #B80366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80366

Black with #B80366

Text Example


Text Example

White with #B80366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80366; }

 p { color: rgb(184,3,102); }

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

background-color css

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

 a { background-color: rgb(184,3,102); }

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

border-color css

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

 span { border-color: rgb(184,3,102); }

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