Html Css Color HEX #B10065 Jazzberry Jam

📋 copy color: '#B10065'

red 177 ◦ green 0 ◦ blue 101

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

Shades of Jazzberry Jam #B10065

Tints of Jazzberry Jam #B10065

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 36.33%

R = 63.67%
G = 0%
B = 36.33%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.43

 K value IS 0.31

RGB Variations

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

Color information

#B10065 (or 0xB10065) is known color: Jazzberry Jam. HEX triplet: B1, 00 and 65. RGB value is (177,0,101). Sum of RGB (Red+Green+Blue) = 177+0+101=278 (36% of max value = 765). Red value is 177 (69.53% from 255 or 63.67% from 278); Green value is 0 (0.39% from 255 or 0% from 278); Blue value is 101 (39.84% from 255 or 36.33% from 278); Max value from RGB is 177 - color contains mainly: red. Hex color #B10065 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B10065 is #4EFF9A. Grayscale: #404040. Windows color (decimal): -5177243 or 6619313. OLE color: 6619313.

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

Color convert

RGB 177 0 101 -
CMYK 0 1 0.43 0.31
HSL 325.76º 1% 0.35% -
HSV(B) 325.76º 1% 0.69% -
XYZ 20.48 10.29 13.22 -
YUV 64.44 148.64 208.29 -
System Red Green Blue C M Y K H S L
Decimal 177 0 101 0 1 0.43 0.31 325.76 1 0.35
Hex B1 0 65 0 64 2B 1F 146 64 23
Octal 261 0 145 0 144 53 37 506 144 43
Binary 10110001 0 1100101 0 1100100 101011 11111 101000110 1100100 100011

Color Harmonies of #B10065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10065

Black with #B10065

Text Example


Text Example

White with #B10065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10065; }

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

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

background-color css

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

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

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

border-color css

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

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

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