Html Css Color HEX #B1015E Jazzberry Jam

📋 copy color: '#B1015E'

red 177 ◦ green 1 ◦ blue 94

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

Shades of Jazzberry Jam #B1015E

Tints of Jazzberry Jam #B1015E

RGB

 RED value IS 177 (69.53% from 255) = 65.07%

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

 BLUE value IS 94 (37.11% from 255) = 34.56%

R = 65.07%
G = 0.37%
B = 34.56%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#B1015E (or 0xB1015E) is known color: Jazzberry Jam. HEX triplet: B1, 01 and 5E. RGB value is (177,1,94). Sum of RGB (Red+Green+Blue) = 177+1+94=272 (36% of max value = 765). Red value is 177 (69.53% from 255 or 65.07% from 272); Green value is 1 (0.78% from 255 or 0.37% from 272); Blue value is 94 (37.11% from 255 or 34.56% from 272); Max value from RGB is 177 - color contains mainly: red. Hex color #B1015E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B1015E is #4EFEA1. Grayscale: #404040. Windows color (decimal): -5176994 or 6160817. OLE color: 6160817.

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

Color convert

RGB 177 1 94 -
CMYK 0 0.99 0.47 0.31
HSL 328.3º 0.99% 0.35% -
HSV(B) 328.3º 0.99% 0.69% -
XYZ 20.16 10.18 11.49 -
YUV 64.23 144.81 208.44 -
System Red Green Blue C M Y K H S L
Decimal 177 1 94 0 0.99 0.47 0.31 328.3 0.99 0.35
Hex B1 1 5E 0 63 2F 1F 148 63 23
Octal 261 1 136 0 143 57 37 510 143 43
Binary 10110001 1 1011110 0 1100011 101111 11111 101001000 1100011 100011

Color Harmonies of #B1015E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1015E

Black with #B1015E

Text Example


Text Example

White with #B1015E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1015E; }

 p { color: rgb(177,1,94); }

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

background-color css

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

 a { background-color: rgb(177,1,94); }

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

border-color css

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

 span { border-color: rgb(177,1,94); }

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