Html Css Color HEX #B01274 Jazzberry Jam

📋 copy color: '#B01274'

red 176 ◦ green 18 ◦ blue 116

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

Shades of Jazzberry Jam #B01274

Tints of Jazzberry Jam #B01274

RGB

 RED value IS 176 (69.14% from 255) = 56.77%

 GREEN value IS 18 (7.42% from 255) = 5.81%

 BLUE value IS 116 (45.7% from 255) = 37.42%

R = 56.77%
G = 5.81%
B = 37.42%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.34

 K value IS 0.31

RGB Variations

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

Color information

#B01274 (or 0xB01274) is known color: Jazzberry Jam. HEX triplet: B0, 12 and 74. RGB value is (176,18,116). Sum of RGB (Red+Green+Blue) = 176+18+116=310 (41% of max value = 765). Red value is 176 (69.14% from 255 or 56.77% from 310); Green value is 18 (7.42% from 255 or 5.81% from 310); Blue value is 116 (45.70% from 255 or 37.42% from 310); Max value from RGB is 176 - color contains mainly: red. Hex color #B01274 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B01274 is #4FED8B. Grayscale: #4C4C4C. Windows color (decimal): -5238156 or 7606960. OLE color: 7606960.

HSL color Cylindrical-coordinate representation of color #B01274: hue angle of 322.78º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B01274 is Cyan = 0, Magento = 0.90, Yellow = 0.34 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 18 116 -
CMYK 0 0.90 0.34 0.31
HSL 322.78º 0.81% 0.38% -
HSV(B) 322.78º 0.9% 0.69% -
XYZ 21.27 10.92 17.51 -
YUV 76.41 150.35 199.03 -
System Red Green Blue C M Y K H S L
Decimal 176 18 116 0 0.90 0.34 0.31 322.78 0.81 0.38
Hex B0 12 74 0 5A 22 1F 143 51 26
Octal 260 22 164 0 132 42 37 503 121 46
Binary 10110000 10010 1110100 0 1011010 100010 11111 101000011 1010001 100110

Color Harmonies of #B01274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B01274

Black with #B01274

Text Example


Text Example

White with #B01274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B01274; }

 p { color: rgb(176,18,116); }

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

background-color css

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

 a { background-color: rgb(176,18,116); }

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

border-color css

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

 span { border-color: rgb(176,18,116); }

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