Html Css Color HEX #B1026B Jazzberry Jam

📋 copy color: '#B1026B'

red 177 ◦ green 2 ◦ blue 107

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

Shades of Jazzberry Jam #B1026B

Tints of Jazzberry Jam #B1026B

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.7%

 BLUE value IS 107 (42.19% from 255) = 37.41%

R = 61.89%
G = 0.7%
B = 37.41%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.40

 K value IS 0.31

RGB Variations

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

Color information

#B1026B (or 0xB1026B) is known color: Jazzberry Jam. HEX triplet: B1, 02 and 6B. RGB value is (177,2,107). Sum of RGB (Red+Green+Blue) = 177+2+107=286 (37% of max value = 765). Red value is 177 (69.53% from 255 or 61.89% from 286); Green value is 2 (1.17% from 255 or 0.70% from 286); Blue value is 107 (42.19% from 255 or 37.41% from 286); Max value from RGB is 177 - color contains mainly: red. Hex color #B1026B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B1026B is #4EFD94. Grayscale: #424242. Windows color (decimal): -5176725 or 7013041. OLE color: 7013041.

HSL color Cylindrical-coordinate representation of color #B1026B: hue angle of 324º degrees, saturation: 0.98, 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 #B1026B is Cyan = 0, Magento = 0.99, Yellow = 0.40 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 2 107 -
CMYK 0 0.99 0.40 0.31
HSL 324º 0.98% 0.35% -
HSV(B) 324º 0.99% 0.69% -
XYZ 20.81 10.45 14.83 -
YUV 66.3 150.98 206.96 -
System Red Green Blue C M Y K H S L
Decimal 177 2 107 0 0.99 0.40 0.31 324 0.98 0.35
Hex B1 2 6B 0 63 28 1F 144 62 23
Octal 261 2 153 0 143 50 37 504 142 43
Binary 10110001 10 1101011 0 1100011 101000 11111 101000100 1100010 100011

Color Harmonies of #B1026B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1026B

Black with #B1026B

Text Example


Text Example

White with #B1026B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1026B; }

 p { color: rgb(177,2,107); }

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

background-color css

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

 a { background-color: rgb(177,2,107); }

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

border-color css

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

 span { border-color: rgb(177,2,107); }

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