Html Css Color HEX #B10068 Jazzberry Jam

📋 copy color: '#B10068'

red 177 ◦ green 0 ◦ blue 104

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

Shades of Jazzberry Jam #B10068

Tints of Jazzberry Jam #B10068

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 37.01%

R = 62.99%
G = 0%
B = 37.01%

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

#B10068 (or 0xB10068) is known color: Jazzberry Jam. HEX triplet: B1, 00 and 68. RGB value is (177,0,104). Sum of RGB (Red+Green+Blue) = 177+0+104=281 (37% of max value = 765). Red value is 177 (69.53% from 255 or 62.99% from 281); Green value is 0 (0.39% from 255 or 0% from 281); Blue value is 104 (41.02% from 255 or 37.01% from 281); Max value from RGB is 177 - color contains mainly: red. Hex color #B10068 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B10068 is #4EFF97. Grayscale: #404040. Windows color (decimal): -5177240 or 6815921. OLE color: 6815921.

HSL color Cylindrical-coordinate representation of color #B10068: hue angle of 324.75º 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 #B10068 is Cyan = 0, Magento = 1, Yellow = 0.41 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 0 104 -
CMYK 0 1 0.41 0.31
HSL 324.75º 1% 0.35% -
HSV(B) 324.75º 1% 0.69% -
XYZ 20.63 10.35 14.01 -
YUV 64.78 150.14 208.04 -
System Red Green Blue C M Y K H S L
Decimal 177 0 104 0 1 0.41 0.31 324.75 1 0.35
Hex B1 0 68 0 64 29 1F 145 64 23
Octal 261 0 150 0 144 51 37 505 144 43
Binary 10110001 0 1101000 0 1100100 101001 11111 101000101 1100100 100011

Color Harmonies of #B10068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10068

Black with #B10068

Text Example


Text Example

White with #B10068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10068; }

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

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

background-color css

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

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

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

border-color css

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

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

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