Html Css Color HEX #B20567 Jazzberry Jam

📋 copy color: '#B20567'

red 178 ◦ green 5 ◦ blue 103

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

Shades of Jazzberry Jam #B20567

Tints of Jazzberry Jam #B20567

RGB

 RED value IS 178 (69.92% from 255) = 62.24%

 GREEN value IS 5 (2.34% from 255) = 1.75%

 BLUE value IS 103 (40.63% from 255) = 36.01%

R = 62.24%
G = 1.75%
B = 36.01%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.42

 K value IS 0.30

RGB Variations

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

Color information

#B20567 (or 0xB20567) is known color: Jazzberry Jam. HEX triplet: B2, 05 and 67. RGB value is (178,5,103). Sum of RGB (Red+Green+Blue) = 178+5+103=286 (37% of max value = 765). Red value is 178 (69.92% from 255 or 62.24% from 286); Green value is 5 (2.34% from 255 or 1.75% from 286); Blue value is 103 (40.62% from 255 or 36.01% from 286); Max value from RGB is 178 - color contains mainly: red. Hex color #B20567 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B20567 is #4DFA98. Grayscale: #434343. Windows color (decimal): -5110425 or 6751666. OLE color: 6751666.

HSL color Cylindrical-coordinate representation of color #B20567: hue angle of 326.01º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B20567 is Cyan = 0, Magento = 0.97, Yellow = 0.42 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 5 103 -
CMYK 0 0.97 0.42 0.30
HSL 326.01º 0.95% 0.36% -
HSV(B) 326.01º 0.97% 0.7% -
XYZ 20.86 10.55 13.77 -
YUV 67.9 147.81 206.53 -
System Red Green Blue C M Y K H S L
Decimal 178 5 103 0 0.97 0.42 0.30 326.01 0.95 0.36
Hex B2 5 67 0 61 2A 1E 146 5F 24
Octal 262 5 147 0 141 52 36 506 137 44
Binary 10110010 101 1100111 0 1100001 101010 11110 101000110 1011111 100100

Color Harmonies of #B20567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20567

Black with #B20567

Text Example


Text Example

White with #B20567

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20567; }

 p { color: rgb(178,5,103); }

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

background-color css

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

 a { background-color: rgb(178,5,103); }

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

border-color css

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

 span { border-color: rgb(178,5,103); }

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