Html Css Color HEX #B0256B Jazzberry Jam

📋 copy color: '#B0256B'

red 176 ◦ green 37 ◦ blue 107

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

Shades of Jazzberry Jam #B0256B

Tints of Jazzberry Jam #B0256B

RGB

 RED value IS 176 (69.14% from 255) = 55%

 GREEN value IS 37 (14.84% from 255) = 11.56%

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

R = 55%
G = 11.56%
B = 33.44%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.39

 K value IS 0.31

RGB Variations

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

Color information

#B0256B (or 0xB0256B) is known color: Jazzberry Jam. HEX triplet: B0, 25 and 6B. RGB value is (176,37,107). Sum of RGB (Red+Green+Blue) = 176+37+107=320 (42% of max value = 765). Red value is 176 (69.14% from 255 or 55% from 320); Green value is 37 (14.84% from 255 or 11.56% from 320); Blue value is 107 (42.19% from 255 or 33.44% from 320); Max value from RGB is 176 - color contains mainly: red. Hex color #B0256B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0256B is #4FDA94. Grayscale: #565656. Windows color (decimal): -5233301 or 7022000. OLE color: 7022000.

HSL color Cylindrical-coordinate representation of color #B0256B: hue angle of 329.78º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B0256B is Cyan = 0, Magento = 0.79, Yellow = 0.39 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 37 107 -
CMYK 0 0.79 0.39 0.31
HSL 329.78º 0.65% 0.42% -
HSV(B) 329.78º 0.79% 0.69% -
XYZ 21.22 11.61 15.03 -
YUV 86.54 139.55 191.81 -
System Red Green Blue C M Y K H S L
Decimal 176 37 107 0 0.79 0.39 0.31 329.78 0.65 0.42
Hex B0 25 6B 0 4F 27 1F 14A 41 2A
Octal 260 45 153 0 117 47 37 512 101 52
Binary 10110000 100101 1101011 0 1001111 100111 11111 101001010 1000001 101010

Color Harmonies of #B0256B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0256B

Black with #B0256B

Text Example


Text Example

White with #B0256B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0256B; }

 p { color: rgb(176,37,107); }

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

background-color css

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

 a { background-color: rgb(176,37,107); }

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

border-color css

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

 span { border-color: rgb(176,37,107); }

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