Html Css Color HEX #B10069 Jazzberry Jam

📋 copy color: '#B10069'

red 177 ◦ green 0 ◦ blue 105

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

Shades of Jazzberry Jam #B10069

Tints of Jazzberry Jam #B10069

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 105 (41.41% from 255) = 37.23%

R = 62.77%
G = 0%
B = 37.23%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.41

 K value IS 0.31

RGB Variations

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

Color information

#B10069 (or 0xB10069) is known color: Jazzberry Jam. HEX triplet: B1, 00 and 69. RGB value is (177,0,105). Sum of RGB (Red+Green+Blue) = 177+0+105=282 (37% of max value = 765). Red value is 177 (69.53% from 255 or 62.77% from 282); Green value is 0 (0.39% from 255 or 0% from 282); Blue value is 105 (41.41% from 255 or 37.23% from 282); Max value from RGB is 177 - color contains mainly: red. Hex color #B10069 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B10069 is #4EFF96. Grayscale: #404040. Windows color (decimal): -5177239 or 6881457. OLE color: 6881457.

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

Color convert

RGB 177 0 105 -
CMYK 0 1 0.41 0.31
HSL 324.41º 1% 0.35% -
HSV(B) 324.41º 1% 0.69% -
XYZ 20.68 10.37 14.28 -
YUV 64.89 150.64 207.96 -
System Red Green Blue C M Y K H S L
Decimal 177 0 105 0 1 0.41 0.31 324.41 1 0.35
Hex B1 0 69 0 64 29 1F 144 64 23
Octal 261 0 151 0 144 51 37 504 144 43
Binary 10110001 0 1101001 0 1100100 101001 11111 101000100 1100100 100011

Color Harmonies of #B10069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10069

Black with #B10069

Text Example


Text Example

White with #B10069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10069; }

 p { color: rgb(177,0,105); }

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

background-color css

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

 a { background-color: rgb(177,0,105); }

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

border-color css

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

 span { border-color: rgb(177,0,105); }

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